POST api/IndividualStatistics/ExportPaymentList

Request Information

URI Parameters

None.

Body Parameters

AccTaxIndividualExportPaymentListRequest
NameDescriptionTypeAdditional information
PaymentItems

Collection of PayRecordItemDto

None.

Request Formats

application/json, text/json

Sample:
{
  "paymentItems": [
    {
      "periodId": 1,
      "reportType": "sample string 2",
      "declarationSequenceNumber": "sample string 3",
      "periodStart": "2026-08-24 08:27:46",
      "periodEnd": "2026-08-24 08:27:46",
      "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:27:46",
      "periodEnd": "2026-08-24 08:27:46",
      "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"
    }
  ]
}

application/xml, text/xml

Sample:
<AccTaxIndividualExportPaymentListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAccTax.Declaration.Shared.Dtos.TaxIndividualDeclaration">
  <PaymentItems>
    <PayRecordItemDto>
      <DeclarationSequenceNumber>sample string 3</DeclarationSequenceNumber>
      <ElectronicTaxTicketNumber>sample string 9</ElectronicTaxTicketNumber>
      <LevyVoucherTypeCode>sample string 6</LevyVoucherTypeCode>
      <LevyVoucherTypeName>sample string 7</LevyVoucherTypeName>
      <PaymentAmount>12.1</PaymentAmount>
      <PaymentCategory>sample string 11</PaymentCategory>
      <PaymentDate>sample string 8</PaymentDate>
      <PaymentMethod>sample string 14</PaymentMethod>
      <PaymentMethodCode>sample string 13</PaymentMethodCode>
      <PeriodEnd>2026-08-24T08:27:46.5812728+08:00</PeriodEnd>
      <PeriodId>1</PeriodId>
      <PeriodStart>2026-08-24T08:27:46.5812728+08:00</PeriodStart>
      <ReportType>sample string 2</ReportType>
      <TaxTypeCode>sample string 10</TaxTypeCode>
      <UsingChannelCode>sample string 15</UsingChannelCode>
    </PayRecordItemDto>
    <PayRecordItemDto>
      <DeclarationSequenceNumber>sample string 3</DeclarationSequenceNumber>
      <ElectronicTaxTicketNumber>sample string 9</ElectronicTaxTicketNumber>
      <LevyVoucherTypeCode>sample string 6</LevyVoucherTypeCode>
      <LevyVoucherTypeName>sample string 7</LevyVoucherTypeName>
      <PaymentAmount>12.1</PaymentAmount>
      <PaymentCategory>sample string 11</PaymentCategory>
      <PaymentDate>sample string 8</PaymentDate>
      <PaymentMethod>sample string 14</PaymentMethod>
      <PaymentMethodCode>sample string 13</PaymentMethodCode>
      <PeriodEnd>2026-08-24T08:27:46.5812728+08:00</PeriodEnd>
      <PeriodId>1</PeriodId>
      <PeriodStart>2026-08-24T08:27:46.5812728+08:00</PeriodStart>
      <ReportType>sample string 2</ReportType>
      <TaxTypeCode>sample string 10</TaxTypeCode>
      <UsingChannelCode>sample string 15</UsingChannelCode>
    </PayRecordItemDto>
  </PaymentItems>
</AccTaxIndividualExportPaymentListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.