master
Tracks wastages from your base system.
Request
Body Params application/json
array of:
Voucher type provided for the damaged items.
Allowed values:damagetheftwastage
wasted_qty
number <double>
requiredtotal_damage_qty
number <double>
requiredrecorded_date
string <date>
requiredAllowed values:damagetheftwastage
total_cp_without_tax
number <double>
requiredRequest 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 ''
Responses
{
"status": "string",
"message": "string"
}
Modified at 2025-02-10 12:39:04