transactional
Line level information for each GRN 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:
1 if not applicable. In the case of pharmacy, purchase entries can be made by strips rather than individual units.
received_qty
number <double>
requiredTotal quantity received. Includes free quantity.
Quantity that is given for free by the supplier.
final_selling_price
number <double>
requiredUnit sale price of the article after all pricing rules(tax, selling_discounts, mark up/down) are applied.
cp_per_unit_without_tax
number <double>
requiredUnit gross price of the article as billed this instance by the supplier. Does not include tax.
discount_perc
number <double>
requiredPercentage discount if provided by the supplier.
Expiry date post which the invoice is considered closed. Pending items will be considered as undelivered.
Batch ID for the article.
created_at
string <date-time>
requiredRequest samples
curl --location --request POST 'https://test.your-api-server.com/tx/invoice_detail/' \
--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