Authorization: Bearer ********************
{
"uid": "stringstringstri",
"invoiceCode": "string",
"invoiceNumber": "string",
"saleTaxNumber": "string",
"checkCode": "string"
}
curl --location --request POST 'https://banas.ccitcn.com/api/checkInvoice/blockchain' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "stringstringstri",
"invoiceCode": "string",
"invoiceNumber": "string",
"saleTaxNumber": "string",
"checkCode": "string"
}'
{
"result": {
"successInvoiceOutputs": [
{
"TaxBureau": "深圳",
"InvStatus": "0",
"InvoiceType": "21",
"InvoiceCode": "1440******10",
"InvoiceNumber": "38*****1",
"InvoiceDate": "2022-09-20 00:00:00",
"CheckCode": "9fc7d",
"BuyName": "******技术(上海)有限公司",
"SumAmount": "240.00",
"SaleName": "深圳市宝****餐饮服务有限公司",
"SaleTaxNumber": "914403*******H6H9L"
}
],
"failureInvoiceOutputs": [
{
"InvoiceCode": "",
"InvoiceNumber": "",
"Message": ""
}
],
"status": 200,
"errorMessage": ""
}
}