[
{
"sellerTaxNo": "string",
"sellerName": "string",
"sellerBankName": "string",
"sellerBankAccount": "string",
"sellerAddress": "string",
"sellerPhone": "",
"purchaserType": "1002",
"purchaserTaxNo": "",
"purchaserName": "",
"purchaserBankName": "",
"purchaserBankAccount": "",
"purchaserAddress": "",
"purchaserPhone": "",
"drawer": "string",
"applicant": "",
"checker": "",
"payee": "",
"invoiceType": "1001",
"invoiceClassCode": "string",
"invoiceMedium": "1002",
"invoiceRemarks": "",
"amountWithoutTax": 0,
"taxAmount": 0,
"totalAmount": 0,
"template": "string",
"goodsTaxRate": 0,
"id": 0,
"specialFlag": "string",
"quantitateFlag": "string",
"orderDetailList": [
{
"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": ""
}
],
"saleInvoiceMakeOutRuleDto": {
"combination": "1001",
"invoiceRemarksContent": [
"string"
],
"mekeoutMode": "1",
"customRemark": "string"
},
"serialNo": "string",
"reasonCode": "",
"originInvoiceNo": ""
}
]
curl --location --request POST '/invoice/makeOut/group' \
--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 '[
{
"sellerTaxNo": "string",
"sellerName": "string",
"sellerBankName": "string",
"sellerBankAccount": "string",
"sellerAddress": "string",
"sellerPhone": "",
"purchaserType": "1002",
"purchaserTaxNo": "",
"purchaserName": "",
"purchaserBankName": "",
"purchaserBankAccount": "",
"purchaserAddress": "",
"purchaserPhone": "",
"drawer": "string",
"applicant": "",
"checker": "",
"payee": "",
"invoiceType": "1001",
"invoiceClassCode": "string",
"invoiceMedium": "1002",
"invoiceRemarks": "",
"amountWithoutTax": 0,
"taxAmount": 0,
"totalAmount": 0,
"template": "string",
"goodsTaxRate": 0,
"id": 0,
"specialFlag": "string",
"quantitateFlag": "string",
"orderDetailList": [
{
"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": ""
}
],
"saleInvoiceMakeOutRuleDto": {
"combination": "1001",
"invoiceRemarksContent": [
"string"
],
"mekeoutMode": "1",
"customRemark": "string"
},
"serialNo": "string",
"reasonCode": "",
"originInvoiceNo": ""
}
]'
{
"code": "",
"message": "",
"data": {},
"time": ""
}