Supplier Invoice Acknowledgement
Invoices generated for the GRN that comes in. This can be different from the initial purchase order. Ignore if this process is not followed.
Request
Body Params application/json
[
{
"purchase_date": "string",
"mrc_no": "string",
"supplier_id": "string",
"store_id": "string",
"supplier_invoice_no": "string",
"supplier_ack_no": "string",
"created_at": "2019-08-24T14:15:22Z"
}
]
Request Code Samples
curl --location --request POST 'https://test.your-api-server.com/tx/supplier_invoice_acknowledgements/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"purchase_date": "string",
"mrc_no": "string",
"supplier_id": "string",
"store_id": "string",
"supplier_invoice_no": "string",
"supplier_ack_no": "string",
"created_at": "2019-08-24T14:15:22Z"
}
]'
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04