{
"pageNo": "1",
"pageSize": "20",
"sortingFields": [
{
"field": "string",
"order": "string"
}
],
"tenantId": "string",
"systemSource": "string",
"taxNo": "string",
"invoiceType": "string",
"invoiceNo": "string",
"invoiceCode": "string",
"startInvoiceDate": "string",
"endInvoiceDate": "string",
"invoiceStatus": "string",
"buyerName": "string",
"startInvoiceTotalAmount": "string",
"startTotalAmount": 0,
"endInvoiceTotalAmount": "string",
"endTotalAmount": 0,
"taxRate": "string",
"newTaxRate": 0,
"invoiceClassCode": "string",
"drawer": "string",
"isPrint": "string",
"startInvoiceNo": "string",
"endInvoiceNo": "string",
"tickedIdList": [
"string"
],
"taskNo": "string",
"payee": "string",
"originInvoiceNo": "string",
"pushStatus": "string",
"saleList": "string",
"deptCode": "string",
"purchaseCode": "string",
"invoiceDataSource": "string",
"fieldList": [
"string"
]
}
curl --location --request POST '/invoice/page' \
--header 'Biz-Type: {{Biz-Type}}' \
--header 'Gksk-Access-Token: {{Gksk-Access-Token}}' \
--header 'Gksk-Tenant-Code: {{Gksk-Tenant-Code}}' \
--header 'Ou: 60' \
--header 'Taxno: {{Taxno}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'systemSource: {{systemSource}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": "1",
"pageSize": "20",
"sortingFields": [
{
"field": "string",
"order": "string"
}
],
"tenantId": "string",
"systemSource": "string",
"taxNo": "string",
"invoiceType": "string",
"invoiceNo": "string",
"invoiceCode": "string",
"startInvoiceDate": "string",
"endInvoiceDate": "string",
"invoiceStatus": "string",
"buyerName": "string",
"startInvoiceTotalAmount": "string",
"startTotalAmount": 0,
"endInvoiceTotalAmount": "string",
"endTotalAmount": 0,
"taxRate": "string",
"newTaxRate": 0,
"invoiceClassCode": "string",
"drawer": "string",
"isPrint": "string",
"startInvoiceNo": "string",
"endInvoiceNo": "string",
"tickedIdList": [
"string"
],
"taskNo": "string",
"payee": "string",
"originInvoiceNo": "string",
"pushStatus": "string",
"saleList": "string",
"deptCode": "string",
"purchaseCode": "string",
"invoiceDataSource": "string",
"fieldList": [
"string"
]
}'
Response<Pager < InvoicePageResponse>>
{
"code": "",
"message": "",
"data": {
"totalCount": 0,
"pageSize": 0,
"currentPage": 0,
"pages": 0,
"records": [
{
"id": "",
"invoiceType": "",
"invoiceClassCode": "",
"invoiceCode": "",
"invoiceNo": "",
"invoiceDate": "",
"sellerName": "",
"invoiceTotalAmount": 0.0,
"invoiceTotalTax": 0.0,
"invoiceTotalAmountTax": 0.0,
"invoiceStatus": "",
"purchaserName": "",
"sellerTaxNo": "",
"purchaserTaxNo": "",
"originInvoiceCode": "",
"originInvoiceNo": "",
"redInfoNo": "",
"systemSource": "",
"printCount": 0,
"drawer": ""
}
]
},
"time": ""
}