GET api/individualStatements/CommercialHealthList?employeeSn={employeeSn}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| employeeSn | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseDataOfListOfAccTaxIndividualCommercialHealthDto| Name | Description | Type | Additional information |
|---|---|---|---|
| State | ResponseState |
None. |
|
| SubState | ResponseSubStateCode |
None. |
|
| Data | Collection of AccTaxIndividualCommercialHealthDto |
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": [
{
"declareId": "ca890c06-d21c-4892-8eed-5713aa4f63f1",
"asId": 2,
"employeeSn": 3,
"periodId": 4,
"num": 5,
"policyCode": "sample string 6",
"effectiveDate": "2026-08-24 08:29:49",
"annualPremium": 1.0,
"monthlyPremium": 1.0,
"currentDeduction": 7.0
},
{
"declareId": "ca890c06-d21c-4892-8eed-5713aa4f63f1",
"asId": 2,
"employeeSn": 3,
"periodId": 4,
"num": 5,
"policyCode": "sample string 6",
"effectiveDate": "2026-08-24 08:29:49",
"annualPremium": 1.0,
"monthlyPremium": 1.0,
"currentDeduction": 7.0
}
],
"msg": "sample string 1",
"taskType": 3,
"taskStyle": 2,
"deniedPermission": "sample string 3"
}
application/xml, text/xml
Sample:
<ResponseDataOfArrayOfAccTaxIndividualCommercialHealthDtoMFUJOveK 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:AccTaxIndividualCommercialHealthDto>
<d2p1:AnnualPremium>1</d2p1:AnnualPremium>
<d2p1:AsId>2</d2p1:AsId>
<d2p1:CurrentDeduction>7</d2p1:CurrentDeduction>
<d2p1:DeclareId>ca890c06-d21c-4892-8eed-5713aa4f63f1</d2p1:DeclareId>
<d2p1:EffectiveDate>2026-08-24T08:29:49.3016098+08:00</d2p1:EffectiveDate>
<d2p1:EmployeeSn>3</d2p1:EmployeeSn>
<d2p1:MonthlyPremium>1</d2p1:MonthlyPremium>
<d2p1:Num>5</d2p1:Num>
<d2p1:PeriodId>4</d2p1:PeriodId>
<d2p1:PolicyCode>sample string 6</d2p1:PolicyCode>
</d2p1:AccTaxIndividualCommercialHealthDto>
<d2p1:AccTaxIndividualCommercialHealthDto>
<d2p1:AnnualPremium>1</d2p1:AnnualPremium>
<d2p1:AsId>2</d2p1:AsId>
<d2p1:CurrentDeduction>7</d2p1:CurrentDeduction>
<d2p1:DeclareId>ca890c06-d21c-4892-8eed-5713aa4f63f1</d2p1:DeclareId>
<d2p1:EffectiveDate>2026-08-24T08:29:49.3016098+08:00</d2p1:EffectiveDate>
<d2p1:EmployeeSn>3</d2p1:EmployeeSn>
<d2p1:MonthlyPremium>1</d2p1:MonthlyPremium>
<d2p1:Num>5</d2p1:Num>
<d2p1:PeriodId>4</d2p1:PeriodId>
<d2p1:PolicyCode>sample string 6</d2p1:PolicyCode>
</d2p1:AccTaxIndividualCommercialHealthDto>
</Data>
<DeniedPermission>sample string 3</DeniedPermission>
<Msg>sample string 1</Msg>
<State>OK</State>
<SubState>OK</SubState>
<TaskStyle>2</TaskStyle>
<TaskType>已认证抵扣发票</TaskType>
</ResponseDataOfArrayOfAccTaxIndividualCommercialHealthDtoMFUJOveK>