{
"invoiceInfoList": [
{
"invoiceNo": "string",
"invoiceCode": "string",
"tenantId": "string",
"serialNo": "string",
"reasonCode": "string",
"remarks": "string",
"operator": "string",
"sort": "string",
"redInfoNo": "string",
"taskNo": "string"
}
],
"sortingFields": [
{
"field": "string",
"order": "string"
}
]
}
curl --location --request POST '/invoice/printSale/batch' \
--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 '{
"invoiceInfoList": [
{
"invoiceNo": "string",
"invoiceCode": "string",
"tenantId": "string",
"serialNo": "string",
"reasonCode": "string",
"remarks": "string",
"operator": "string",
"sort": "string",
"redInfoNo": "string",
"taskNo": "string"
}
],
"sortingFields": [
{
"field": "string",
"order": "string"
}
]
}'
{
"code": "",
"message": "",
"data": [
{
"url": "",
"requestBody": "",
"method": "",
"isLocal": false,
"invoiceClassCode": "",
"invoiceNo": "",
"invoiceCode": ""
}
],
"time": ""
}