Authorization: Bearer ********************
{
"pricePerAreaUnit": 0,
"fieldArea": 0,
"quantityPurchased": 0,
"pricePerQuanityUnit": 0,
"paymentStatus": "string",
"remarks": "string"
}
curl --location -g --request PUT '/admin/dry-fooders/{{dryFooderId}}/purchase-info' \
--header 'Content-Type: application/json' \
--data-raw '{
"pricePerAreaUnit": 0,
"fieldArea": 0,
"quantityPurchased": 0,
"pricePerQuanityUnit": 0,
"paymentStatus": "string",
"remarks": "string"
}'
{}