GET api/IndividualStatistics/declaration/query-result?taskId={taskId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taskId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseDataOfListOfDeclareRecordItemDto| Name | Description | Type | Additional information |
|---|---|---|---|
| State | ResponseState |
None. |
|
| SubState | ResponseSubStateCode |
None. |
|
| Data | Collection of DeclareRecordItemDto |
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": [
{
"periodId": 1,
"taxPeriodStart": "2026-08-24 08:27:04",
"taxPeriodEnd": "2026-08-24 08:27:04",
"businessTypeCode": "sample string 4",
"declarationFormName": "sample string 5",
"declareTypeName": "sample string 6",
"declaredCount": 7,
"totalIncome": 8.1,
"otherUnitTaxableIncome": 9.1,
"otherUnitDeductions": 10.1,
"otherUnitTaxRelief": 11.1,
"otherUnitTaxPayable": 12.1,
"declarationTaxAmount": 13.1,
"declarationType": "sample string 14",
"declarationTime": "sample string 15",
"normalDeclarationDate": "sample string 16",
"channelCode": "sample string 17",
"channel": "sample string 18",
"declarationSerialNumber": "sample string 19",
"declarationSequenceNumber": "sample string 20"
},
{
"periodId": 1,
"taxPeriodStart": "2026-08-24 08:27:04",
"taxPeriodEnd": "2026-08-24 08:27:04",
"businessTypeCode": "sample string 4",
"declarationFormName": "sample string 5",
"declareTypeName": "sample string 6",
"declaredCount": 7,
"totalIncome": 8.1,
"otherUnitTaxableIncome": 9.1,
"otherUnitDeductions": 10.1,
"otherUnitTaxRelief": 11.1,
"otherUnitTaxPayable": 12.1,
"declarationTaxAmount": 13.1,
"declarationType": "sample string 14",
"declarationTime": "sample string 15",
"normalDeclarationDate": "sample string 16",
"channelCode": "sample string 17",
"channel": "sample string 18",
"declarationSerialNumber": "sample string 19",
"declarationSequenceNumber": "sample string 20"
}
],
"msg": "sample string 1",
"taskType": 3,
"taskStyle": 2,
"deniedPermission": "sample string 3"
}
application/xml, text/xml
Sample:
<ResponseDataOfArrayOfDeclareRecordItemDtoMFUJOveK 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.TaxIndividualDeclaration">
<d2p1:DeclareRecordItemDto>
<d2p1:BusinessTypeCode>sample string 4</d2p1:BusinessTypeCode>
<d2p1:Channel>sample string 18</d2p1:Channel>
<d2p1:ChannelCode>sample string 17</d2p1:ChannelCode>
<d2p1:DeclarationFormName>sample string 5</d2p1:DeclarationFormName>
<d2p1:DeclarationSequenceNumber>sample string 20</d2p1:DeclarationSequenceNumber>
<d2p1:DeclarationSerialNumber>sample string 19</d2p1:DeclarationSerialNumber>
<d2p1:DeclarationTaxAmount>13.1</d2p1:DeclarationTaxAmount>
<d2p1:DeclarationTime>sample string 15</d2p1:DeclarationTime>
<d2p1:DeclarationType>sample string 14</d2p1:DeclarationType>
<d2p1:DeclareTypeName>sample string 6</d2p1:DeclareTypeName>
<d2p1:DeclaredCount>7</d2p1:DeclaredCount>
<d2p1:NormalDeclarationDate>sample string 16</d2p1:NormalDeclarationDate>
<d2p1:OtherUnitDeductions>10.1</d2p1:OtherUnitDeductions>
<d2p1:OtherUnitTaxPayable>12.1</d2p1:OtherUnitTaxPayable>
<d2p1:OtherUnitTaxRelief>11.1</d2p1:OtherUnitTaxRelief>
<d2p1:OtherUnitTaxableIncome>9.1</d2p1:OtherUnitTaxableIncome>
<d2p1:PeriodId>1</d2p1:PeriodId>
<d2p1:TaxPeriodEnd>2026-08-24T08:27:04.1024008+08:00</d2p1:TaxPeriodEnd>
<d2p1:TaxPeriodStart>2026-08-24T08:27:04.1024008+08:00</d2p1:TaxPeriodStart>
<d2p1:TotalIncome>8.1</d2p1:TotalIncome>
</d2p1:DeclareRecordItemDto>
<d2p1:DeclareRecordItemDto>
<d2p1:BusinessTypeCode>sample string 4</d2p1:BusinessTypeCode>
<d2p1:Channel>sample string 18</d2p1:Channel>
<d2p1:ChannelCode>sample string 17</d2p1:ChannelCode>
<d2p1:DeclarationFormName>sample string 5</d2p1:DeclarationFormName>
<d2p1:DeclarationSequenceNumber>sample string 20</d2p1:DeclarationSequenceNumber>
<d2p1:DeclarationSerialNumber>sample string 19</d2p1:DeclarationSerialNumber>
<d2p1:DeclarationTaxAmount>13.1</d2p1:DeclarationTaxAmount>
<d2p1:DeclarationTime>sample string 15</d2p1:DeclarationTime>
<d2p1:DeclarationType>sample string 14</d2p1:DeclarationType>
<d2p1:DeclareTypeName>sample string 6</d2p1:DeclareTypeName>
<d2p1:DeclaredCount>7</d2p1:DeclaredCount>
<d2p1:NormalDeclarationDate>sample string 16</d2p1:NormalDeclarationDate>
<d2p1:OtherUnitDeductions>10.1</d2p1:OtherUnitDeductions>
<d2p1:OtherUnitTaxPayable>12.1</d2p1:OtherUnitTaxPayable>
<d2p1:OtherUnitTaxRelief>11.1</d2p1:OtherUnitTaxRelief>
<d2p1:OtherUnitTaxableIncome>9.1</d2p1:OtherUnitTaxableIncome>
<d2p1:PeriodId>1</d2p1:PeriodId>
<d2p1:TaxPeriodEnd>2026-08-24T08:27:04.1024008+08:00</d2p1:TaxPeriodEnd>
<d2p1:TaxPeriodStart>2026-08-24T08:27:04.1024008+08:00</d2p1:TaxPeriodStart>
<d2p1:TotalIncome>8.1</d2p1:TotalIncome>
</d2p1:DeclareRecordItemDto>
</Data>
<DeniedPermission>sample string 3</DeniedPermission>
<Msg>sample string 1</Msg>
<State>OK</State>
<SubState>OK</SubState>
<TaskStyle>2</TaskStyle>
<TaskType>已认证抵扣发票</TaskType>
</ResponseDataOfArrayOfDeclareRecordItemDtoMFUJOveK>