Authorization: Bearer ********************
{
"uid": "stringstringstri",
"checkInvoiceItmes": [
{
"invoiceCode": "string",
"invoiceNumber": "string",
"invoiceDate": "string",
"value": "string"
}
]
}
curl --location --request POST 'https://banas.ccitcn.com/api/checkInvoice/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "stringstringstri",
"checkInvoiceItmes": [
{
"invoiceCode": "string",
"invoiceNumber": "string",
"invoiceDate": "string",
"value": "string"
}
]
}'
{
"result": {
"successInvoiceOutputs": [
{
"queryTime": "2024-10-10 19:07:04",
"queryCount": "23",
"taxBureau": "海南",
"invStatus": "2",
"invoiceType": "08",
"invoiceCode": "046******113",
"invoiceNumber": "00****01",
"invoiceDate": "2021-01-21 00:00:00",
"checkCode": "0802080*******934466",
"machineNumber": "5170***28105",
"buyName": "海口鑫润***科技有限公司",
"buyTaxNumber": "9146010*****GFF20E",
"buyAddressPhone": "海南省海口市***府城镇城东***坎*路",
"buyBankAccount": "工行海口市琼山支行2201025******199345",
"amount": "1300.00",
"taxAmount": "117.00",
"sumAmount": "1417.00",
"saleName": "海口壹优****有限公司",
"saleTaxNumber": "91460*****5TUKMQ30",
"saleAddresPhone": "海南省海口市琼山区城西下街****144号133*****381",
"saleBankAccount": "工行琼山支行000000000000000000000000",
"redInvoices": [],
"invoiceItems": [
{
"sequence": "1",
"goodName": "*水果*橙",
"unit": "kg",
"quantity": "100",
"price": "13.00",
"amount": "1300.00",
"taxRate": "9",
"taxAmount": "117.00"
}
]
}
],
"failureInvoiceOutputs": []
},
"status": 200,
"errorMessage": ""
}