<sync_token>
[
{
"pr_id": "string",
"article_id": "string",
"store_id": "string",
"supplier_id": "string",
"return_date": "2019-08-24",
"received_grn_id": "string",
"quantity": 0,
"unitary_cp_without_tax": 0,
"tax_perc": 0,
"mrp": 0,
"status": "cancelled",
"adjusted_no": "string",
"adjusted_date": "2019-08-24",
"batch_no": "string"
}
]
curl --location --request POST 'https://test.your-api-server.com/master/purchase_returns/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"pr_id": "string",
"article_id": "string",
"store_id": "string",
"supplier_id": "string",
"return_date": "2019-08-24",
"received_grn_id": "string",
"quantity": 0,
"unitary_cp_without_tax": 0,
"tax_perc": 0,
"mrp": 0,
"status": "cancelled",
"adjusted_no": "string",
"adjusted_date": "2019-08-24",
"batch_no": "string"
}
]'
{
"status": "string",
"message": "string"
}