GET api/basic/formula-subject-amount?asubId={asubId}&fetchRule={fetchRule}&taxPeriod={taxPeriod}&scene={scene}&itemKey={itemKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
asubId

integer

Required

fetchRule

TaxCustomFormulaFetchRule

Required

taxPeriod

TaxPeriod

Required

scene

TaxCustomFormulaScene

None.

itemKey

string

None.

Body Parameters

None.

Response Information

Resource Description

ResponseDataOfTaxCustomFormulaAmountDto
NameDescriptionTypeAdditional information
State

ResponseState

None.

SubState

ResponseSubStateCode

None.

Data

TaxCustomFormulaAmountDto

None.

Msg

string

None.

TaskType

TaxTaskType

None.

TaskStyle

integer

None.

DeniedPermission

string

None.

Response Formats

application/json, text/json

Sample:
{
  "state": 1000,
  "subState": 0,
  "data": {
    "currentAmount": 1.0,
    "yearAmount": 2.0
  },
  "msg": "sample string 1",
  "taskType": 3,
  "taskStyle": 2,
  "deniedPermission": "sample string 3"
}

application/xml, text/xml

Sample:
<ResponseDataOfTaxCustomFormulaAmountDto_PMsICOQt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAcc.TaxDeclaration.Service.Models">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonAccTax.Declaration.Shared.Dtos.BasicInfo">
    <d2p1:_x003C_CurrentAmount_x003E_k__BackingField>1</d2p1:_x003C_CurrentAmount_x003E_k__BackingField>
    <d2p1:_x003C_YearAmount_x003E_k__BackingField>2</d2p1:_x003C_YearAmount_x003E_k__BackingField>
  </Data>
  <DeniedPermission>sample string 3</DeniedPermission>
  <Msg>sample string 1</Msg>
  <State>OK</State>
  <SubState>OK</SubState>
  <TaskStyle>2</TaskStyle>
  <TaskType>已认证抵扣发票</TaskType>
</ResponseDataOfTaxCustomFormulaAmountDto_PMsICOQt>