{
"requestId": "string",
"interfaceCode": "ALLE.REDCONFIRMBILL.QUERY",
"businessSystemCode": "string",
"data": {
"taxpayerId": "string",
"orgCode": "string",
"identity": "0",
"startDate": "string",
"endDate": "string",
"otherSideName": "string",
"redInfoBillNo": "string",
"redConfirmBillStatus": "01",
"invoiceOpenState": "Y",
"page": 0,
"pageSize": 0
}
}
curl --location --request POST 'https://cosmic-sandbox.piaozone.com/jdpjykjyxgs/kapi/app/sim/openApi?access_token=' \
--header 'access_token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"interfaceCode": "ALLE.REDCONFIRMBILL.QUERY",
"businessSystemCode": "string",
"data": {
"taxpayerId": "string",
"orgCode": "string",
"identity": "0",
"startDate": "string",
"endDate": "string",
"otherSideName": "string",
"redInfoBillNo": "string",
"redConfirmBillStatus": "01",
"invoiceOpenState": "Y",
"page": 0,
"pageSize": 0
}
}'
{
"errorCode": "string",
"message": "string",
"data": {
"dataList": [
{
"govRedConfirmBillUuid": "string",
"redInfoBillNo": "string",
"redConfirmBillStatus": "01",
"enterIdentity": "string",
"redConfirmEnterDate": "string",
"redReason": "string",
"buyerName": "string",
"buyerTaxpayerId": "string",
"sellerName": "string",
"sellerTaxpayerId": "string",
"invoiceNo": "string",
"totalAmount": 0,
"totalTaxAmount": 0,
"invoiceDate": "string",
"originalInvoiceType": "26",
"originalInvoiceCode": "string",
"originalInvoiceNumber": "string",
"originalInvoiceAmount": 0,
"originalTotalTaxAmount": 0,
"originalIssueTime": "string",
"invoiceDetail": [
{
"index": "string",
"blueInvoiceItemIndex": "string",
"revenueCode": "string",
"goodsName": "string",
"specification": "string",
"units": "string",
"quantity": "string",
"price": "string",
"amount": 0,
"taxAmount": 0,
"taxRate": 0
}
]
}
],
"pageNo": 0,
"pageSize": 0,
"totalElement": 0
}
}