{
"sellerAddress": "上海市黄浦区龙华东路385号1层、11-15层",
"sellerBankAccount": "310066797018810047924带量",
"sellerBankName": "交通银行上海武昌路支行",
"sellerName": "国药控股股份有限公司",
"sellerPhone": "23052666",
"sellerTaxNo": "91310000746184344P",
"purchaserAddress": "丽园路712号甲",
"purchaserBankAccount": "1001250000000000000",
"purchaserBankName": "",
"purchaserName": "济宁市民祥医药零售连锁有限公司",
"purchaserPhone": "021-53021683",
"purchaserTaxNo": "91370811590328937X",
"purchaserType": "1002",
"drawer": "钟启兰",
"applicant": "",
"checker": "",
"payee": "乐企测试",
"invoiceType": "1002",
"invoiceConfig": {
"combination": "1001",
"makeoutMode": "1"
},
"invoiceClassCode": "1002",
"invoiceMedium": "1002",
"terminalNo": "",
"originInvoiceCode": "",
"originInvoiceNo": "24317000000004655136",
"originInvoiceDate": "",
"redInfoNo": "",
"reasonCode": "1001",
"taxationMethod": "1001",
"invoiceRemarks": "乐企红票测试自定义备注!!!",
"amountWithoutTax": -271.24,
"taxAmount": -35.26,
"totalAmount": -306.5,
"serialNo": "07268811331941",
"phones": "",
"emails": "",
"deduction": 0,
"detailList": [
{
"orderGroupNo": "",
"orderNo": "",
"businessType": "",
"goodsLineNo": "1",
"goodsTaxCode": "1070302050000000000",
"goodsCode": "",
"sinopharmId": "",
"goodsName": "11367499 阿奇霉素片.",
"goodsAbbreviation": "",
"batchNo": "",
"goodsSpec": "0.25g*6T",
"goodsUnit": "盒",
"goodsQuantity": -50,
"goodsPriceWithoutTax": 5.4248000000000,
"goodsTotalAmount":-306.5,
"amountWithoutTax": -271.24,
"taxAmount": -35.26,
"deduction": 0,
"goodsTaxRate": 0.13,
"zeroTaxFlag": "1000",
"taxPre": "1001",
"taxPreCon": "",
"goodsId": "",
"customerId": "",
"taxVersion": "",
"taxDeduction": 0,
"goodsLineNature": "1001",
"taxFlag": false,
"sendAddress": "",
"purchaseName": ""
}
],
"extData": "",
"callbackUrl": "",
"sort": "",
"showSellerBankInfo": "",
"showPurchaseBankInfo": "",
"showRemarkTitle": "Y",
"autoPrintFlag": "",
"deptCode": "",
"deptName": "",
"purchaseCode": "",
"specialBizType": "1000"
}
curl --location --request POST '/invoice/makeOut/sync' \
--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 '{
"sellerAddress": "上海市黄浦区龙华东路385号1层、11-15层",
"sellerBankAccount": "310066797018810047924带量",
"sellerBankName": "交通银行上海武昌路支行",
"sellerName": "国药控股股份有限公司",
"sellerPhone": "23052666",
"sellerTaxNo": "91310000746184344P",
"purchaserAddress": "丽园路712号甲",
"purchaserBankAccount": "1001250000000000000",
"purchaserBankName": "",
"purchaserName": "济宁市民祥医药零售连锁有限公司",
"purchaserPhone": "021-53021683",
"purchaserTaxNo": "91370811590328937X",
"purchaserType": "1002",
"drawer": "钟启兰",
"applicant": "",
"checker": "",
"payee": "乐企测试",
"invoiceType": "1002",
"invoiceConfig": {
"combination": "1001",
"makeoutMode": "1"
},
"invoiceClassCode": "1002",
"invoiceMedium": "1002",
"terminalNo": "",
"originInvoiceCode": "",
"originInvoiceNo": "24317000000004655136",
"originInvoiceDate": "",
"redInfoNo": "",
"reasonCode": "1001",
"taxationMethod": "1001",
"invoiceRemarks": "乐企红票测试自定义备注!!!",
"amountWithoutTax": -271.24,
"taxAmount": -35.26,
"totalAmount": -306.5,
"serialNo": "07268811331941",
"phones": "",
"emails": "",
"deduction": 0,
"detailList": [
{
"orderGroupNo": "",
"orderNo": "",
"businessType": "",
"goodsLineNo": "1",
"goodsTaxCode": "1070302050000000000",
"goodsCode": "",
"sinopharmId": "",
"goodsName": "11367499 阿奇霉素片.",
"goodsAbbreviation": "",
"batchNo": "",
"goodsSpec": "0.25g*6T",
"goodsUnit": "盒",
"goodsQuantity": -50,
"goodsPriceWithoutTax": 5.4248000000000,
"goodsTotalAmount":-306.5,
"amountWithoutTax": -271.24,
"taxAmount": -35.26,
"deduction": 0,
"goodsTaxRate": 0.13,
"zeroTaxFlag": "1000",
"taxPre": "1001",
"taxPreCon": "",
"goodsId": "",
"customerId": "",
"taxVersion": "",
"taxDeduction": 0,
"goodsLineNature": "1001",
"taxFlag": false,
"sendAddress": "",
"purchaseName": ""
}
],
"extData": "",
"callbackUrl": "",
"sort": "",
"showSellerBankInfo": "",
"showPurchaseBankInfo": "",
"showRemarkTitle": "Y",
"autoPrintFlag": "",
"deptCode": "",
"deptName": "",
"purchaseCode": "",
"specialBizType": "1000"
}'
{
"code": "",
"message": "",
"data": {},
"time": ""
}