{
"requestId": "1714981252080746",
"businessSystemCode": "BAIDU_TEST",
"interfaceCode": "BILL.PUSH",
"data": [
{
"priority": "0",
"billSource": "5",
"billNo": "202507240002",
"billDate": "2025-7-24",
"invoiceType": "10xdp",
"includeTaxFlag": "0",
"totalAmount": 1000,
"autoInvoice": "1",
"autoMerge": "0",
"sellerName": "测试金蝶软件有限公司",
"sellerTaxpayerId": "91500107MAC3BEU123",
"sellerBankAndAccount": "招商银行",
"sellerAddressAndTel": "123456789",
"drawer": "开票人",
"payee": "收款人",
"reviewer": "复核人",
"remark": "测试扫码开票",
"specialType": "",
"invoiceProperty": "",
"pushMatchRules": "0",
"fillValueRule": "",
"taxationStyle": "0",
"billDetail": [
{
"lineProperty": 2,
"detailId": "1",
"units": "个",
"specification": "",
"price": 1000,
"quantity": 1,
"amount": 1000,
"taxRate": "0.13",
"taxAmount": 130,
"revenueCode": "1090627010000000000",
"goodsName": "*文化办公用设备*打印机",
"goodsCode": "AGS302092000330"
}
]
}
]
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/sim/openApi?access_token=1107974180231447552_L3nqi9yB42ysU25QKA2Z6qgxT3blIVYsp9Nr1eLbP9B63o4Pjb3177JC7544rQ0dgNCgwLEfI92NHbAaM5Cdxz1rsQwF9u1ANbDI' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "1714981252080746",
"businessSystemCode": "BAIDU_TEST",
"interfaceCode": "BILL.PUSH",
"data": [
{
"priority": "0",
"billSource": "5",
"billNo": "202507240002",
"billDate": "2025-7-24",
"invoiceType": "10xdp",
"includeTaxFlag": "0",
"totalAmount": 1000,
"autoInvoice": "1",
"autoMerge": "0",
"sellerName": "测试金蝶软件有限公司",
"sellerTaxpayerId": "91500107MAC3BEU123",
"sellerBankAndAccount": "招商银行",
"sellerAddressAndTel": "123456789",
"drawer": "开票人",
"payee": "收款人",
"reviewer": "复核人",
"remark": "测试扫码开票",
"specialType": "",
"invoiceProperty": "",
"pushMatchRules": "0",
"fillValueRule": "",
"taxationStyle": "0",
"billDetail": [
{
"lineProperty": 2,
"detailId": "1",
"units": "个",
"specification": "",
"price": 1000,
"quantity": 1,
"amount": 1000,
"taxRate": "0.13",
"taxAmount": 130,
"revenueCode": "1090627010000000000",
"goodsName": "*文化办公用设备*打印机",
"goodsCode": "AGS302092000330"
}
]
}
]
}'
{
"data": {
"scanUrl": "http://ireturn.top/qrcode/test/?systemCode=SCAN_ERP&qrKey=816215273307d471c95&billNo=111111111111002264&tenantId=tenant_devscm_test&amount=19.12×tamp=1611123027796"
},
"message": "开票申请单推送成功",
"errorCode": "0",
"status": true,
"success": true
}