{
"creditCode": "9131000069880697X8",
"invoiceType": "61",
"typeInDateBegin": "",
"typeInDateEnd": "",
"custCreditCode": "",
"custName": "",
"saleCreditCode": "9131000069880697X8",
"saleName": "百丽鞋业 (上海) 有限公司",
"confirmNo": "",
"custIdentity": "0",
"pageNum": 1,
"pageSize": 100,
"confirmStatus": "",
"createIdentity": "",
"blueInvoiceCode": "",
"blueInvoiceNumber": ""
}
curl --location --request POST 'http://192.168.51.174/openApi/apiPost' \
--header 'SID: 5012' \
--header 'Authorization: bearer 20d367f7-5b85-4592-885e-53066a9c4084' \
--header 'creditCode: 9131000069880697X8' \
--header 'Content-Type: application/json' \
--data-raw '{
"creditCode": "9131000069880697X8",
"invoiceType": "61",
"typeInDateBegin": "",
"typeInDateEnd": "",
"custCreditCode": "",
"custName": "",
"saleCreditCode": "9131000069880697X8",
"saleName": "百丽鞋业 (上海) 有限公司",
"confirmNo": "",
"custIdentity": "0",
"pageNum": 1,
"pageSize": 100,
"confirmStatus": "",
"createIdentity": "",
"blueInvoiceCode": "",
"blueInvoiceNumber": ""
}'
{
"total": 0,
"redConfirmMains": [
{
"uuid": "string",
"confirmNo": "string",
"confirmStatus": "01",
"blueInvoiceCode": "string",
"blueInvoiceNumber": "string",
"blueInvoiceDate": "string",
"blueInvType": "0",
"paperInvoiceFlag": "Y",
"blueTotalAmt": 0,
"blueTaxAmt": 0,
"blueSpecialInvoiceMark": "string",
"custName": "string",
"custCreditCode": "string",
"saleName": "string",
"saleCreditCode": "string",
"totalAmt": "string",
"taxAmt": "string",
"differenceTax": "01",
"redReason": "1",
"createIdentity": "string",
"confirmDate": "string",
"openStatus": "Y",
"invoiceNumber": "string",
"invoiceDate": "string",
"taxcState": "Y",
"typeInDate": "string"
}
]
}