transactional
Captures GRNs for the goods delivered from your suppliers.
Request
Whether the data should be synced in an incremental manner or completely. Defaults to false.
Body Params application/json
array of:
purchase_date
string <date>
requiredA rolling reference number - can be the mrc no if you have no rolling indices per year
Local invoice number. This number is generated when the GRN is done at the target store
Matching PO ID that is being serviced. If no matching PO ID is provided, all the articles are considered to be coming in without a purchase order.
mrc_amount
number <double>
requiredTotal monetary worth of the invoice.
supplier_invoice_no
string
optionalMatching 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/invoice_header/' \
--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