{
"requestId": "string",
"businessSystemCode": "string",
"interfaceCode": " REDINFOBILL.APPLY",
"data": [
{
"serialNo": "string",
"orgCode": "string",
"applyTaxpayerId": "string",
"applyExplain": "string",
"originalInvoiceCode": "string",
"originalInvoiceNumber": "string",
"originalInvoiceDate": "string",
"includeTaxFlag": "string",
"buyerName": "string",
"buyerTaxpayerId": "string",
"buyerBankAndAccount": "string",
"buyerAddressAndTel": "string",
"sellerName": "string",
"sellerBankAndAccount": "string",
"sellerAddressAndTel": "string",
"sellerTaxpayerId": "string",
"invoiceType": "string",
"redInfoBillDetail": [
{
"goodsCode": "string",
"goodsName": "string",
"specification": "string",
"units": "string",
"quantity": 0,
"price": 0,
"amount": 0,
"taxRate": "string",
"taxAmount": 0,
"revenueCode": "string",
"privilegeFlag": "01",
"privilegeContent": "string",
"zeroTaxRateFlag": "string",
"lineProperty": "string"
}
],
"deviceNo": "string"
}
]
}
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": "string",
"businessSystemCode": "string",
"interfaceCode": " REDINFOBILL.APPLY",
"data": [
{
"serialNo": "string",
"orgCode": "string",
"applyTaxpayerId": "string",
"applyExplain": "string",
"originalInvoiceCode": "string",
"originalInvoiceNumber": "string",
"originalInvoiceDate": "string",
"includeTaxFlag": "string",
"buyerName": "string",
"buyerTaxpayerId": "string",
"buyerBankAndAccount": "string",
"buyerAddressAndTel": "string",
"sellerName": "string",
"sellerBankAndAccount": "string",
"sellerAddressAndTel": "string",
"sellerTaxpayerId": "string",
"invoiceType": "string",
"redInfoBillDetail": [
{
"goodsCode": "string",
"goodsName": "string",
"specification": "string",
"units": "string",
"quantity": 0,
"price": 0,
"amount": 0,
"taxRate": "string",
"taxAmount": 0,
"revenueCode": "string",
"privilegeFlag": "01",
"privilegeContent": "string",
"zeroTaxRateFlag": "string",
"lineProperty": "string"
}
],
"deviceNo": "string"
}
]
}'
{
"message": "string",
"errorCode": "string",
"success": true,
"data": {
"hzxxbm": "string",
"sqdh": "string",
"ztm": "string"
}
}