[
{
"lineNo": 0,
"orderNo": "string",
"sortNo": "string",
"orderGroupNo": "string",
"sellerTaxNo": "string",
"sellerName": "string",
"sellerBankName": "string",
"sellerBankAccount": "string",
"sellerAddress": "string",
"sellerPhone": "string",
"sellerTitleCode": "string",
"purchaseTaxNo": "string",
"purchaseName": "string",
"purchaseBankName": "string",
"purchaseBankAccount": "string",
"purchaseAddress": "string",
"purchasePhone": "string",
"custCode": "string",
"custAddressCode": "string",
"custAddress": "string",
"goodsTaxCode": "string",
"goodsCode": "string",
"sinopharmId": "string",
"goodsName": "",
"goodsSpec": "",
"goodsUnit": "",
"goodsQuantity": 0,
"goodsPriceWithoutTax": 0,
"amountWithoutTax": 0,
"taxAmount": 0,
"goodsTaxRate": 0,
"goodsTotalAmount": 0,
"goodsAbbreviation": "string",
"batchNo": "",
"zeroTaxFlag": "",
"taxPreCon": "",
"specialFlag": "",
"quantitateFlag": "",
"payee": "",
"remakes": "",
"availableDate": "string",
"invoiceClassCode": "",
"invoiceMedium": "",
"orderType": "",
"sendAddressId": "",
"sendAddress": "",
"saleArea": "",
"salesman": "",
"orderId": "",
"orderStatus": "string",
"invPostFlag": "",
"custTitleId": "",
"ownedCustomer": "",
"businessType": "",
"goodsLineNo": 0,
"goodsPriceWithTax": 0,
"deduction": 0,
"taxPre": "",
"taxVersion": "string",
"taxDeduction": 0,
"goodsLineNature": "",
"purchaserType": "",
"invoiceType": "",
"taxationMethod": "string",
"saleDeptId": "",
"seqNo": "",
"customRemark": ""
}
]
curl --location --request POST '/order/assemble' \
--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 '[
{
"lineNo": 0,
"orderNo": "string",
"sortNo": "string",
"orderGroupNo": "string",
"sellerTaxNo": "string",
"sellerName": "string",
"sellerBankName": "string",
"sellerBankAccount": "string",
"sellerAddress": "string",
"sellerPhone": "string",
"sellerTitleCode": "string",
"purchaseTaxNo": "string",
"purchaseName": "string",
"purchaseBankName": "string",
"purchaseBankAccount": "string",
"purchaseAddress": "string",
"purchasePhone": "string",
"custCode": "string",
"custAddressCode": "string",
"custAddress": "string",
"goodsTaxCode": "string",
"goodsCode": "string",
"sinopharmId": "string",
"goodsName": "",
"goodsSpec": "",
"goodsUnit": "",
"goodsQuantity": 0,
"goodsPriceWithoutTax": 0,
"amountWithoutTax": 0,
"taxAmount": 0,
"goodsTaxRate": 0,
"goodsTotalAmount": 0,
"goodsAbbreviation": "string",
"batchNo": "",
"zeroTaxFlag": "",
"taxPreCon": "",
"specialFlag": "",
"quantitateFlag": "",
"payee": "",
"remakes": "",
"availableDate": "string",
"invoiceClassCode": "",
"invoiceMedium": "",
"orderType": "",
"sendAddressId": "",
"sendAddress": "",
"saleArea": "",
"salesman": "",
"orderId": "",
"orderStatus": "string",
"invPostFlag": "",
"custTitleId": "",
"ownedCustomer": "",
"businessType": "",
"goodsLineNo": 0,
"goodsPriceWithTax": 0,
"deduction": 0,
"taxPre": "",
"taxVersion": "string",
"taxDeduction": 0,
"goodsLineNature": "",
"purchaserType": "",
"invoiceType": "",
"taxationMethod": "string",
"saleDeptId": "",
"seqNo": "",
"customRemark": ""
}
]'