{
"orderGroupNo": "string"
}
curl --location --request POST '/manualBilling/queryOrderDetails' \
--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 '{
"orderGroupNo": "string"
}'
{
"code": "",
"message": "",
"data": [
{
"行号": 0,
"orderGroupNo": "",
"orderNo": "",
"sellerName": "",
"sellerTaxNo": "",
"sellerAddress": "",
"sellerPhone": "",
"sellerBankName": "",
"sellerBankAccount": "",
"orderStatus": "",
"orderType": "",
"invoiceClassCode": "",
"invoiceMedium": "",
"taxationMethod": "",
"goodsName": "",
"goodsSpec": "",
"goodsUnit": "",
"goodsQuantity": 0.0,
"goodsPriceWithoutTax": "",
"amountWithoutTax": 0.0,
"taxAmount": 0.0,
"goodsTaxRate": 0.0,
"goodsTotalAmount": 0.0,
"goodsTaxCode": "",
"goodsTaxName": "",
"remakes": "",
"extendData": ""
}
],
"time": ""
}