{
"pageNo": "1",
"pageSize": "20",
"sortingFields": [
{
"field": "string",
"order": "string"
}
],
"tenantId": "string",
"systemSource": "string",
"taxNo": "string",
"serialNo": "string",
"preInvoiceStatus": [
"string"
],
"preInvoiceId": 0,
"invoiceClassCode": [
"string"
],
"purchaserName": "string",
"purchaserTaxNo": "string",
"createBy": "string",
"startTime": "string",
"endTime": "string",
"minAmount": 0,
"maxAmount": 0,
"makeOutMode": "string",
"orderNo": "string",
"orderGroupNo": "string",
"availableStartDate": "string",
"availableEndDate": "string",
"saleDeptName": "string",
"quantitateFlag": "string",
"goodsTaxRate": 0,
"salesman": "string",
"deptName": "string",
"sellerTaxNo": "string",
"sortFields": [
{
"sortField": "string",
"orderWay": "string"
}
]
}
curl --location --request POST '/groupBilling/queryOrderByStatus' \
--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",
"serialNo": "string",
"preInvoiceStatus": [
"string"
],
"preInvoiceId": 0,
"invoiceClassCode": [
"string"
],
"purchaserName": "string",
"purchaserTaxNo": "string",
"createBy": "string",
"startTime": "string",
"endTime": "string",
"minAmount": 0,
"maxAmount": 0,
"makeOutMode": "string",
"orderNo": "string",
"orderGroupNo": "string",
"availableStartDate": "string",
"availableEndDate": "string",
"saleDeptName": "string",
"quantitateFlag": "string",
"goodsTaxRate": 0,
"salesman": "string",
"deptName": "string",
"sellerTaxNo": "string",
"sortFields": [
{
"sortField": "string",
"orderWay": "string"
}
]
}'
com.sinopharm.invoice.dto.response.Response<com.sinopharm.invoice.dto.page.Pager<com.sinopharm.invoice.sale.biz.dto.response.OrderInvoiceResponse>>
{
"code": "",
"message": "",
"data": {
"totalCount": 0,
"pageSize": 0,
"currentPage": 0,
"pages": 0,
"records": [
{
"id": "",
"preInvoiceId": "",
"serialNo": "",
"result": "",
"createBy": "",
"drawer": "",
"createTime": "",
"preInvoiceStatus": "",
"invoiceMode": "",
"purchaserName": "",
"purchaserTaxNo": "",
"goodsAmountWithTax": 0.0,
"goodsTaxRate": 0.0,
"goodsAmountWithoutTax": 0.0,
"goodsTaxAmount": 0.0,
"invoiceClassCode": "",
"orderNo": "",
"orderGroupNo": "",
"orderType": "",
"relativeOrderNo": "",
"availableDate": "",
"ownedCustomer": "",
"goodsCode": "",
"goodsName": "",
"goodsSpec": "",
"goodsUnit": "",
"goodsQuantity": 0.0,
"goodsPriceWithoutTax": 0.0,
"goodsPriceWithTax": 0.0,
"saleDeptName": "",
"salesman": "",
"billingFlag": "",
"deptName": "",
"invoiceNo": "",
"makeOutMode": "",
"auditStatus": ""
}
]
},
"time": ""
}