Line level information for each GRN from your suppliers.
Request
Body Params application/json
[
{
"store_id": "string",
"article_id": "string",
"mrc_no": "string",
"sl_no": 0,
"pack_size": 1,
"received_qty": 0,
"free_qty": 0,
"mrp": 0,
"final_selling_price": 0,
"cp_per_unit_without_tax": 0,
"discount_perc": 0,
"tax_perc": 0,
"expiry_date": "2019-08-24",
"batch_no": "string",
"created_at": "2019-08-24T14:15:22Z"
}
]
Request Code 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 '[
{
"store_id": "string",
"article_id": "string",
"mrc_no": "string",
"sl_no": 0,
"pack_size": 1,
"received_qty": 0,
"free_qty": 0,
"mrp": 0,
"final_selling_price": 0,
"cp_per_unit_without_tax": 0,
"discount_perc": 0,
"tax_perc": 0,
"expiry_date": "2019-08-24",
"batch_no": "string",
"created_at": "2019-08-24T14:15:22Z"
}
]'
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04