<sync_token>
[
{
"article_id": "string",
"store_id": "string",
"supplier_id": "string",
"item_row_id": "string",
"batch_id": "string",
"mrc_no": "string",
"expiry_date": "2019-08-24",
"received_quantity": 0,
"stock": 0,
"uom": 0,
"cp_without_tax_per_unit": 0,
"sp_without_tax_per_unit": 0,
"tax_perc": 0,
"discount_perc": 0,
"received_date": "2019-08-24",
"purchase_date": "2019-08-24"
}
]
curl --location --request POST 'https://test.your-api-server.com/master/article_batches/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"article_id": "string",
"store_id": "string",
"supplier_id": "string",
"item_row_id": "string",
"batch_id": "string",
"mrc_no": "string",
"expiry_date": "2019-08-24",
"received_quantity": 0,
"stock": 0,
"uom": 0,
"cp_without_tax_per_unit": 0,
"sp_without_tax_per_unit": 0,
"tax_perc": 0,
"discount_perc": 0,
"received_date": "2019-08-24",
"purchase_date": "2019-08-24"
}
]'
{
"status": "string",
"message": "string"
}