Supplier Invoice Acknowledgement
transactional
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
Whether the data should be synced in an incremental manner or completely. Defaults to false.
Body Params application/json
array of:
Local invoice number. This number is generated when the GRN is done at the target store
supplier_invoice_no
string
requiredMatching Invoice ID from supplier. Used to match the invoice on the suppliers systems.
Supplier Acknowledgement ID. The acknowledgement given to you by the the supplier on receipt of this inward and the goods inward.
created_at
string <date-time>
requiredRequest 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 ''
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04