Authorization: Bearer ********************
{
"tractorsRequiredPerUnit": 9,
"transportationCost": 100,
"numberOfLaborers": 8,
"additionalExpenses": 600,
"wagePerLaborer": 50,
"remarks": "exercitation nisi ut id in"
}
curl --location -g --request PUT '/admin/dry-fooders-expense/{{dryFooderExpenseId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"tractorsRequiredPerUnit": 9,
"transportationCost": 100,
"numberOfLaborers": 8,
"additionalExpenses": 600,
"wagePerLaborer": 50,
"remarks": "exercitation nisi ut id in"
}'
{}