POST api/individualStatements/SyncDeductionSetting?keywords={keywords}&applySixtyThousand={applySixtyThousand}&PageIndex={PageIndex}&PageSize={PageSize}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
keywords

string

Required

applySixtyThousand

integer

Required

PageIndex

integer

None.

PageSize

integer

None.

Body Parameters

None.

Response Information

Resource Description

ResponseDataOfTaxIndividualDeductionSettingListOutputDto
NameDescriptionTypeAdditional information
State

ResponseState

None.

SubState

ResponseSubStateCode

None.

Data

TaxIndividualDeductionSettingListOutputDto

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": {
    "list": {
      "pageSize": 1,
      "currentPage": 2,
      "total": 3,
      "data": [
        {
          "rowNumber": 1,
          "asId": 2,
          "declareId": "6bcbbf06-3063-44a6-b8ad-d2851521264f",
          "employeeSn": 4,
          "periodId": 5,
          "num": 6,
          "name": "sample string 7",
          "etype": 8,
          "idTypeText": "外国人永久居留身份证",
          "idNumber": "sample string 9",
          "applySixtyThousand": true
        },
        {
          "rowNumber": 1,
          "asId": 2,
          "declareId": "6bcbbf06-3063-44a6-b8ad-d2851521264f",
          "employeeSn": 4,
          "periodId": 5,
          "num": 6,
          "name": "sample string 7",
          "etype": 8,
          "idTypeText": "外国人永久居留身份证",
          "idNumber": "sample string 9",
          "applySixtyThousand": true
        }
      ]
    },
    "lastSync": "sample string 1",
    "lastSyncMsg": "sample string 2"
  },
  "msg": "sample string 1",
  "taskType": 3,
  "taskStyle": 2,
  "deniedPermission": "sample string 3"
}

application/xml, text/xml

Sample:
<ResponseDataOfTaxIndividualDeductionSettingListOutputDtoMFUJOveK 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:LastSync>sample string 1</d2p1:LastSync>
    <d2p1:LastSyncMsg>sample string 2</d2p1:LastSyncMsg>
    <d2p1:List xmlns:d3p1="http://schemas.datacontract.org/2004/07/LemonAccTax.Declaration.Shared.Dtos">
      <d3p1:CurrentPage>2</d3p1:CurrentPage>
      <d3p1:Data>
        <d2p1:AccTaxIndividualDeductionSettingListItemDto>
          <d2p1:ApplySixtyThousand>true</d2p1:ApplySixtyThousand>
          <d2p1:AsId>2</d2p1:AsId>
          <d2p1:DeclareId>6bcbbf06-3063-44a6-b8ad-d2851521264f</d2p1:DeclareId>
          <d2p1:EmployeeSn>4</d2p1:EmployeeSn>
          <d2p1:Etype>8</d2p1:Etype>
          <d2p1:IdNumber>sample string 9</d2p1:IdNumber>
          <d2p1:Name>sample string 7</d2p1:Name>
          <d2p1:Num>6</d2p1:Num>
          <d2p1:PeriodId>5</d2p1:PeriodId>
          <d2p1:RowNumber>1</d2p1:RowNumber>
        </d2p1:AccTaxIndividualDeductionSettingListItemDto>
        <d2p1:AccTaxIndividualDeductionSettingListItemDto>
          <d2p1:ApplySixtyThousand>true</d2p1:ApplySixtyThousand>
          <d2p1:AsId>2</d2p1:AsId>
          <d2p1:DeclareId>6bcbbf06-3063-44a6-b8ad-d2851521264f</d2p1:DeclareId>
          <d2p1:EmployeeSn>4</d2p1:EmployeeSn>
          <d2p1:Etype>8</d2p1:Etype>
          <d2p1:IdNumber>sample string 9</d2p1:IdNumber>
          <d2p1:Name>sample string 7</d2p1:Name>
          <d2p1:Num>6</d2p1:Num>
          <d2p1:PeriodId>5</d2p1:PeriodId>
          <d2p1:RowNumber>1</d2p1:RowNumber>
        </d2p1:AccTaxIndividualDeductionSettingListItemDto>
      </d3p1:Data>
      <d3p1:PageSize>1</d3p1:PageSize>
      <d3p1:Total>3</d3p1:Total>
    </d2p1:List>
  </Data>
  <DeniedPermission>sample string 3</DeniedPermission>
  <Msg>sample string 1</Msg>
  <State>OK</State>
  <SubState>OK</SubState>
  <TaskStyle>2</TaskStyle>
  <TaskType>已认证抵扣发票</TaskType>
</ResponseDataOfTaxIndividualDeductionSettingListOutputDtoMFUJOveK>