{
"interfaceCode": "string",
"returnCode": "string",
"returnMsg": "string",
"data": [
{
"batch": "string",
"billNo": "string",
"invoiceProperty": 0,
"invoiceType": "028",
"buyerProperty": 0,
"buyerName": "string",
"buyerTaxpayerId": "string",
"buyerAddressAndTel": "string",
"buyerBankAndAccount": "string",
"buyerRecipientMail": "string",
"buyerRecipientPhone": "string",
"deduction": 0,
"includeTaxFlag": 0,
"totalTaxAmount": 0,
"totalAmount": 0,
"includeTaxAmount": 0,
"taxedType": 0,
"sellerName": "string",
"sellerTaxpayerId": "string",
"sellerAddressAndTel": "string",
"sellerBankAndAccount": "string",
"inventoryMark": "string",
"drawer": "string",
"reviewer": "string",
"payee": "string",
"canceler": "string",
"abolishReason": "string",
"deviceNo": "string",
"remark": "string",
"invoiceStatus": "string",
"invoiceCode": "string",
"invoiceNum": "string",
"invoiceDate": "string",
"invoiceDetail": [
{
"amount": 0,
"billSourceId": "string",
"goodsName": "string",
"includeTaxAmount": 0,
"includeTaxPrice": "string",
"lineProperty": 0,
"price": "string",
"privilegeContent": "string",
"privilegeFlag": 0,
"quantity": "string",
"revenueCode": "string",
"revenueName": "string",
"seq": 0,
"specification": "string",
"taxAmount": 0,
"taxRate": "string",
"units": "string",
"zeroTaxRateFlag": "string"
}
],
"invoiceFileUrl": "string",
"invoiceImageUrl": "string",
"invoicePdfFileUrl": "string",
"invoiceXmlFileUrl": "string",
"orderNo": "string",
"issueErrorMessage": "string",
"originalInvoiceCode": "string",
"originalInvoiceNumber": "string",
"originalInvoiceStatus": "string",
"originalIssueTime": "string",
"printFlag": "string",
"redInfoBillNo": "string",
"serialNo": "string",
"systemSource": "string",
"terminalNo": "string",
"checkCode": "string",
"skm": "string"
}
],
"bizControl": {
"issueBizType": "string",
"bizType": "string",
"monthSurplusLimit": 0,
"daySurplusLimit": 0,
"isWarning": true
}
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/:忽略该接口前缀,此为对接发票云方提供的回调地址(对接方必须按照成功响应示例报文返回 json )' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"interfaceCode": "string",
"returnCode": "string",
"returnMsg": "string",
"data": [
{
"batch": "string",
"billNo": "string",
"invoiceProperty": 0,
"invoiceType": "028",
"buyerProperty": 0,
"buyerName": "string",
"buyerTaxpayerId": "string",
"buyerAddressAndTel": "string",
"buyerBankAndAccount": "string",
"buyerRecipientMail": "string",
"buyerRecipientPhone": "string",
"deduction": 0,
"includeTaxFlag": 0,
"totalTaxAmount": 0,
"totalAmount": 0,
"includeTaxAmount": 0,
"taxedType": 0,
"sellerName": "string",
"sellerTaxpayerId": "string",
"sellerAddressAndTel": "string",
"sellerBankAndAccount": "string",
"inventoryMark": "string",
"drawer": "string",
"reviewer": "string",
"payee": "string",
"canceler": "string",
"abolishReason": "string",
"deviceNo": "string",
"remark": "string",
"invoiceStatus": "string",
"invoiceCode": "string",
"invoiceNum": "string",
"invoiceDate": "string",
"invoiceDetail": [
{
"amount": 0,
"billSourceId": "string",
"goodsName": "string",
"includeTaxAmount": 0,
"includeTaxPrice": "string",
"lineProperty": 0,
"price": "string",
"privilegeContent": "string",
"privilegeFlag": 0,
"quantity": "string",
"revenueCode": "string",
"revenueName": "string",
"seq": 0,
"specification": "string",
"taxAmount": 0,
"taxRate": "string",
"units": "string",
"zeroTaxRateFlag": "string"
}
],
"invoiceFileUrl": "string",
"invoiceImageUrl": "string",
"invoicePdfFileUrl": "string",
"invoiceXmlFileUrl": "string",
"orderNo": "string",
"issueErrorMessage": "string",
"originalInvoiceCode": "string",
"originalInvoiceNumber": "string",
"originalInvoiceStatus": "string",
"originalIssueTime": "string",
"printFlag": "string",
"redInfoBillNo": "string",
"serialNo": "string",
"systemSource": "string",
"terminalNo": "string",
"checkCode": "string",
"skm": "string"
}
],
"bizControl": {
"issueBizType": "string",
"bizType": "string",
"monthSurplusLimit": 0,
"daySurplusLimit": 0,
"isWarning": true
}
}'
{
"message": "string",
"errorCode": "string",
"success": true
}