Authorization: Bearer ********************
{
"data": [
{
"quantity": 5,
"_id": "67b1e55ec44593d033ca312b",
"updated": false,
"remarks": "in",
"reason": "Other",
"productName": "Ghee"
},
{
"quantity": 10,
"_id": "",
"updated": false,
"remarks": "in",
"reason": "Spoiled",
"productName": "Curd"
}
],
"date": "2025-02-16"
}
curl --location --request PUT '/raw-milk-wastage/bulk' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"quantity": 5,
"_id": "67b1e55ec44593d033ca312b",
"updated": false,
"remarks": "in",
"reason": "Other",
"productName": "Ghee"
},
{
"quantity": 10,
"_id": "",
"updated": false,
"remarks": "in",
"reason": "Spoiled",
"productName": "Curd"
}
],
"date": "2025-02-16"
}'
{}