POST api/IndividualStatistics/ExportDeclareList
Request Information
URI Parameters
None.
Body Parameters
AccTaxIndividualExportDeclareListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DeclareItems | Collection of DeclareRecordItemDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"declareItems": [
{
"periodId": 1,
"taxPeriodStart": "2026-08-24 06:14:01",
"taxPeriodEnd": "2026-08-24 06:14:01",
"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 06:14:01",
"taxPeriodEnd": "2026-08-24 06:14:01",
"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"
}
]
}
application/xml, text/xml
Sample:
<AccTaxIndividualExportDeclareListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAccTax.Declaration.Shared.Dtos.TaxIndividualDeclaration">
<DeclareItems>
<DeclareRecordItemDto>
<BusinessTypeCode>sample string 4</BusinessTypeCode>
<Channel>sample string 18</Channel>
<ChannelCode>sample string 17</ChannelCode>
<DeclarationFormName>sample string 5</DeclarationFormName>
<DeclarationSequenceNumber>sample string 20</DeclarationSequenceNumber>
<DeclarationSerialNumber>sample string 19</DeclarationSerialNumber>
<DeclarationTaxAmount>13.1</DeclarationTaxAmount>
<DeclarationTime>sample string 15</DeclarationTime>
<DeclarationType>sample string 14</DeclarationType>
<DeclareTypeName>sample string 6</DeclareTypeName>
<DeclaredCount>7</DeclaredCount>
<NormalDeclarationDate>sample string 16</NormalDeclarationDate>
<OtherUnitDeductions>10.1</OtherUnitDeductions>
<OtherUnitTaxPayable>12.1</OtherUnitTaxPayable>
<OtherUnitTaxRelief>11.1</OtherUnitTaxRelief>
<OtherUnitTaxableIncome>9.1</OtherUnitTaxableIncome>
<PeriodId>1</PeriodId>
<TaxPeriodEnd>2026-08-24T06:14:01.7935359+08:00</TaxPeriodEnd>
<TaxPeriodStart>2026-08-24T06:14:01.7935359+08:00</TaxPeriodStart>
<TotalIncome>8.1</TotalIncome>
</DeclareRecordItemDto>
<DeclareRecordItemDto>
<BusinessTypeCode>sample string 4</BusinessTypeCode>
<Channel>sample string 18</Channel>
<ChannelCode>sample string 17</ChannelCode>
<DeclarationFormName>sample string 5</DeclarationFormName>
<DeclarationSequenceNumber>sample string 20</DeclarationSequenceNumber>
<DeclarationSerialNumber>sample string 19</DeclarationSerialNumber>
<DeclarationTaxAmount>13.1</DeclarationTaxAmount>
<DeclarationTime>sample string 15</DeclarationTime>
<DeclarationType>sample string 14</DeclarationType>
<DeclareTypeName>sample string 6</DeclareTypeName>
<DeclaredCount>7</DeclaredCount>
<NormalDeclarationDate>sample string 16</NormalDeclarationDate>
<OtherUnitDeductions>10.1</OtherUnitDeductions>
<OtherUnitTaxPayable>12.1</OtherUnitTaxPayable>
<OtherUnitTaxRelief>11.1</OtherUnitTaxRelief>
<OtherUnitTaxableIncome>9.1</OtherUnitTaxableIncome>
<PeriodId>1</PeriodId>
<TaxPeriodEnd>2026-08-24T06:14:01.7935359+08:00</TaxPeriodEnd>
<TaxPeriodStart>2026-08-24T06:14:01.7935359+08:00</TaxPeriodStart>
<TotalIncome>8.1</TotalIncome>
</DeclareRecordItemDto>
</DeclareItems>
</AccTaxIndividualExportDeclareListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.