{
"tenantId": "string",
"systemSource": "string",
"invoiceNo": "string"
}
curl --location --request POST '/invoice/getPurchaseInvoiceInfo' \
--header 'Biz-Type: {{Biz-Type}}' \
--header 'Gksk-Access-Token: {{Gksk-Access-Token}}' \
--header 'Gksk-Tenant-Code: {{Gksk-Tenant-Code}}' \
--header 'Ou: 60' \
--header 'Taxno: {{Taxno}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'systemSource: {{systemSource}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantId": "string",
"systemSource": "string",
"invoiceNo": "string"
}'
{
"code": "",
"message": "",
"data": [
{
"invoiceNo": "",
"invoiceCode": "",
"resourceId": "",
"invoiceFileUrl": "",
"orderDetailList": [
{
"invoiceCode": "",
"invoiceNo": "",
"orderDetailId": "",
"orderNo": "",
"goodsCode": "",
"goodsName": "",
"goodsUnit": "",
"warehouseQuantity": 0.0,
"batchNo": ""
}
]
}
],
"time": ""
}