{
"pageNo": "1",
"pageSize": "20",
"sortingFields": [
{
"field": "string",
"order": "string"
}
],
"tenantId": "string",
"systemSource": "string",
"taxNo": "string",
"invoiceNo": "string",
"invoiceCode": "string",
"startInvoiceDate": "string",
"endInvoiceDate": "string",
"allowBind": 0
}
curl --location --request POST '/invoice/queryUnbindInvoice' \
--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",
"invoiceCode": "string",
"startInvoiceDate": "string",
"endInvoiceDate": "string",
"allowBind": 0
}'
com.sinopharm.invoice.dto.response.Response<com.sinopharm.invoice.dto.page.Pager<com.sinopharm.invoice.sale.biz.dto.response.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,
"taxRate": 0.0,
"invoiceStatus": "",
"purchaserName": "",
"sellerTaxNo": "",
"purchaserTaxNo": "",
"originInvoiceCode": "",
"originInvoiceNo": "",
"redInfoNo": "",
"systemSource": "",
"printCount": 0,
"drawer": "",
"taskNo": "",
"sort": "",
"createTime": "",
"payee": "",
"fileExist": false,
"saleList": "",
"deptCode": "",
"purchaseCode": "",
"invoiceDataSource": "",
"reverseAmountWithTax": 0.0,
"remainAmountWithTax": 0.0,
"pushStatus": "",
"salesman": ""
}
]
},
"time": ""
}