{
"platformNo": "string",
"orderNo": "string",
"orgTaxNum": "string",
"collectionInvoiceType": "string",
"startTime": "string",
"endTime": "string",
"pageNum": 1,
"pageSize": 100
}curl --location --request POST 'https://gateway.bigfintax.com/szyh-data-service/api/v1/openapi/data/invoice/page' \
--header 'X-App-Key;' \
--header 'X-App-Secret-Key;' \
--header 'X-Tenant-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformNo": "string",
"orderNo": "string",
"orgTaxNum": "string",
"collectionInvoiceType": "string",
"startTime": "string",
"endTime": "string",
"pageNum": 1,
"pageSize": 100
}'{
"success": false,
"code": 0,
"data": {
"data": [
{
"taxNum": "",
"invoiceType": "",
"invoiceKind": "",
"invoiceCode": "",
"invoiceNo": "",
"eInvoiceNo": "",
"dateIssued": "",
"invoiceStatus": "",
"sellerTaxationNo": "",
"sellerTaxationName": "",
"buyerTaxationNo": "",
"buyerTaxationName": "",
"amount": "",
"tax": "",
"taxAmountTotal": "",
"verifyCode": "",
"sellerInfo": "",
"sellerBankAccount": "",
"buyerInfo": "",
"buyerBankAccount": "",
"password": "",
"remark": "",
"machineCode": "",
"drawer": "",
"payee": "",
"reviewer": "",
"detailList": [
{
"taxClassCode": "",
"project": "",
"specification": "",
"unit": "",
"quantity": "",
"unitPrice": "",
"amount": "",
"taxRate": "",
"tax": ""
}
]
}
],
"pageNum": 0,
"pageSize": 0,
"total": 0,
"pages": 0
},
"errorMessage": ""
}