Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request samples
curl --location --request POST '/admin/dry-fooders' \
--form 'fodderName=""' \
--form 'purchaseDate=""' \
--form 'pricePerAreaUnit=""' \
--form 'fieldArea=""' \
--form 'quantityPurchased=""' \
--form 'pricePerQuantityUnit=""' \
--form 'paymentStatus=""' \
--form 'remarks=""' \
--form 'farmerName=""' \
--form 'mobileNumber=""' \
--form 'address=""' \
--form 'city=""' \
--form 'state=""' \
--form 'pincode=""' \
--form 'image=@""'
Responses
application/json Modified at 2024-09-09 13:28:18