GET api/IndividualStatistics/payment/list?payStart={payStart}&payEnd={payEnd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
payStart

integer

Required

payEnd

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseDataOfListOfPayRecordItemDto
NameDescriptionTypeAdditional information
State

ResponseState

None.

SubState

ResponseSubStateCode

None.

Data

Collection of PayRecordItemDto

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,
      "reportType": "sample string 2",
      "declarationSequenceNumber": "sample string 3",
      "periodStart": "2026-08-24 08:28:00",
      "periodEnd": "2026-08-24 08:28:00",
      "levyVoucherTypeCode": "sample string 6",
      "levyVoucherTypeName": "sample string 7",
      "paymentDate": "sample string 8",
      "electronicTaxTicketNumber": "sample string 9",
      "taxTypeCode": "sample string 10",
      "paymentCategory": "sample string 11",
      "paymentAmount": 12.1,
      "paymentMethodCode": "sample string 13",
      "paymentMethod": "sample string 14",
      "usingChannelCode": "sample string 15"
    },
    {
      "periodId": 1,
      "reportType": "sample string 2",
      "declarationSequenceNumber": "sample string 3",
      "periodStart": "2026-08-24 08:28:00",
      "periodEnd": "2026-08-24 08:28:00",
      "levyVoucherTypeCode": "sample string 6",
      "levyVoucherTypeName": "sample string 7",
      "paymentDate": "sample string 8",
      "electronicTaxTicketNumber": "sample string 9",
      "taxTypeCode": "sample string 10",
      "paymentCategory": "sample string 11",
      "paymentAmount": 12.1,
      "paymentMethodCode": "sample string 13",
      "paymentMethod": "sample string 14",
      "usingChannelCode": "sample string 15"
    }
  ],
  "msg": "sample string 1",
  "taskType": 3,
  "taskStyle": 2,
  "deniedPermission": "sample string 3"
}

application/xml, text/xml

Sample:
<ResponseDataOfArrayOfPayRecordItemDtoMFUJOveK 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:PayRecordItemDto>
      <d2p1:DeclarationSequenceNumber>sample string 3</d2p1:DeclarationSequenceNumber>
      <d2p1:ElectronicTaxTicketNumber>sample string 9</d2p1:ElectronicTaxTicketNumber>
      <d2p1:LevyVoucherTypeCode>sample string 6</d2p1:LevyVoucherTypeCode>
      <d2p1:LevyVoucherTypeName>sample string 7</d2p1:LevyVoucherTypeName>
      <d2p1:PaymentAmount>12.1</d2p1:PaymentAmount>
      <d2p1:PaymentCategory>sample string 11</d2p1:PaymentCategory>
      <d2p1:PaymentDate>sample string 8</d2p1:PaymentDate>
      <d2p1:PaymentMethod>sample string 14</d2p1:PaymentMethod>
      <d2p1:PaymentMethodCode>sample string 13</d2p1:PaymentMethodCode>
      <d2p1:PeriodEnd>2026-08-24T08:28:00.5451648+08:00</d2p1:PeriodEnd>
      <d2p1:PeriodId>1</d2p1:PeriodId>
      <d2p1:PeriodStart>2026-08-24T08:28:00.5451648+08:00</d2p1:PeriodStart>
      <d2p1:ReportType>sample string 2</d2p1:ReportType>
      <d2p1:TaxTypeCode>sample string 10</d2p1:TaxTypeCode>
      <d2p1:UsingChannelCode>sample string 15</d2p1:UsingChannelCode>
    </d2p1:PayRecordItemDto>
    <d2p1:PayRecordItemDto>
      <d2p1:DeclarationSequenceNumber>sample string 3</d2p1:DeclarationSequenceNumber>
      <d2p1:ElectronicTaxTicketNumber>sample string 9</d2p1:ElectronicTaxTicketNumber>
      <d2p1:LevyVoucherTypeCode>sample string 6</d2p1:LevyVoucherTypeCode>
      <d2p1:LevyVoucherTypeName>sample string 7</d2p1:LevyVoucherTypeName>
      <d2p1:PaymentAmount>12.1</d2p1:PaymentAmount>
      <d2p1:PaymentCategory>sample string 11</d2p1:PaymentCategory>
      <d2p1:PaymentDate>sample string 8</d2p1:PaymentDate>
      <d2p1:PaymentMethod>sample string 14</d2p1:PaymentMethod>
      <d2p1:PaymentMethodCode>sample string 13</d2p1:PaymentMethodCode>
      <d2p1:PeriodEnd>2026-08-24T08:28:00.5451648+08:00</d2p1:PeriodEnd>
      <d2p1:PeriodId>1</d2p1:PeriodId>
      <d2p1:PeriodStart>2026-08-24T08:28:00.5451648+08:00</d2p1:PeriodStart>
      <d2p1:ReportType>sample string 2</d2p1:ReportType>
      <d2p1:TaxTypeCode>sample string 10</d2p1:TaxTypeCode>
      <d2p1:UsingChannelCode>sample string 15</d2p1:UsingChannelCode>
    </d2p1:PayRecordItemDto>
  </Data>
  <DeniedPermission>sample string 3</DeniedPermission>
  <Msg>sample string 1</Msg>
  <State>OK</State>
  <SubState>OK</SubState>
  <TaskStyle>2</TaskStyle>
  <TaskType>已认证抵扣发票</TaskType>
</ResponseDataOfArrayOfPayRecordItemDtoMFUJOveK>