{
"requestId": "string",
"businessSystemCode": "string",
"interfaceCode": " REDINFOBILL.DOWNLOAD",
"data": {
"applyTaxpayerId": "string",
"sellerTaxpayerId": "string",
"buyerTaxpayerId": "string",
"deviceNo": "string",
"downloadScope": "string",
"redInfoBillNo": "string",
"applyDateS": "string",
"applyDateE": "string",
"invoiceType": "string",
"pageNo": 0,
"pageSize": 0
}
}
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.DOWNLOAD",
"data": {
"applyTaxpayerId": "string",
"sellerTaxpayerId": "string",
"buyerTaxpayerId": "string",
"deviceNo": "string",
"downloadScope": "string",
"redInfoBillNo": "string",
"applyDateS": "string",
"applyDateE": "string",
"invoiceType": "string",
"pageNo": 0,
"pageSize": 0
}
}'
{
"message": "string",
"errorCode": "string",
"success": true,
"data": {
"totals": 0,
"redInfoBills": [
{
"serialNo": "string",
"redInfoBillNo": "string",
"redInfoBillStatus": "string",
"redInfoBillDesc": "string",
"originalInvoiceCode": "string",
"originalInvoiceNumber": "string",
"multiTaxRateFlag": 0,
"applyDate": "string",
"sellerName": "string",
"sellerTaxpayerId": {},
"buyerName": "string",
"buyerTaxpayerId": "string",
"invoiceType": "string",
"totalAmount": 0,
"totalTaxAmount": 0,
"taxRate": "string",
"includeTaxrFlag": 0,
"redInfoBillDetail": {
"goodsName": "string",
"specification": "string",
"units": "string",
"quantity": "string",
"price": "string",
"amount": "string",
"taxRate": "string",
"taxAmount": "string",
"revenueCode": "string",
"privilegeFlag": "string",
"privilegeContent": "string",
"zeroTaxRateFlag": "string"
}
}
]
}
}