{
"orderDetailIds": [
0
]
}
curl --location --request POST '/groupBilling/countOrderInfo' \
--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 '{
"orderDetailIds": [
0
]
}'
com.sinopharm.invoice.dto.response.Response<com.sinopharm.invoice.sale.biz.dto.response.OrderCountResponse>
{
"code": "",
"message": "",
"data": {
"lineNum": 0,
"totalInvoiceNum": 0,
"totalGoodsAmountWithTax": 0.0,
"totalGoodsAmountWithoutTax": 0.0,
"totalGoodsTaxAmount": 0.0
},
"time": ""
}