{
"pageNo": "1",
"pageSize": "20",
"sortingFields": [
{
"field": "string",
"order": "string"
}
],
"tenantId": "string",
"systemSource": "string",
"taxNo": "string",
"invoiceNo": "string",
"startInvoiceDate": "string",
"endInvoiceDate": "string",
"purchaserName": "string",
"purchaserTaxNo": "string",
"checkResult": "string",
"handleResult": "string",
"drawer": "string",
"invoiceClassCode": "string"
}
curl --location --request POST '/invoiceCheck/pageQuery' \
--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",
"invoiceNo": "string",
"startInvoiceDate": "string",
"endInvoiceDate": "string",
"purchaserName": "string",
"purchaserTaxNo": "string",
"checkResult": "string",
"handleResult": "string",
"drawer": "string",
"invoiceClassCode": "string"
}'
com.sinopharm.invoice.dto.response.Response<com.sinopharm.invoice.dto.page.Pager<com.sinopharm.invoice.sale.biz.dto.response.InvoiceCheckPageResponse>>
{
"code": "",
"message": "",
"data": {
"totalCount": 0,
"pageSize": 0,
"currentPage": 0,
"pages": 0,
"records": [
{
"id": "",
"invoiceClassCode": "",
"invoiceCode": "",
"invoiceNo": "",
"invoiceDate": "",
"invoiceStatus": "",
"purchaserName": "",
"purchaserTaxNo": "",
"checkResult": "",
"checkRemark": "",
"handleResult": "",
"handleRemark": "",
"handleBy": "",
"handleTime": ""
}
]
},
"time": ""
}