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
Request Code Samples
curl --location 'https://test.your-api-server.com/tx/supplier_invoice_acknowledgements/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data '[
{
"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:22.123Z"
}
]'
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04