Tracks wastages from your base system.
Request
Body Params application/json
[
{
"article_id": "string",
"store_id": "string",
"batch_no": "string",
"damage_id": "string",
"voucher_type": "damage",
"wasted_qty": 0,
"total_damage_qty": 0,
"recorded_date": "2019-08-24",
"wastage_type": "damage",
"total_cp_without_tax": 0,
"tax_perc": 0
}
]
Request Code Samples
curl --location --request POST 'https://test.your-api-server.com/master/wastages/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"article_id": "string",
"store_id": "string",
"batch_no": "string",
"damage_id": "string",
"voucher_type": "damage",
"wasted_qty": 0,
"total_damage_qty": 0,
"recorded_date": "2019-08-24",
"wastage_type": "damage",
"total_cp_without_tax": 0,
"tax_perc": 0
}
]'
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04