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 -g --request PUT '/outlet-customers/{{id}}' \
--form 'customerName="Satyendra"' \
--form 'mobileNumber="+917894561236"' \
--form 'email="sat@gmail.com"' \
--form 'address=""' \
--form 'city=""' \
--form 'state="ffdgfd"' \
--form 'pincode="789456"' \
--form 'paymentType="weekly"' \
--form 'image=@"C:\\Users\\Dell\\Downloads\\billReports (13).pdf"'
Responses
application/json Modified at 2024-10-01 13:10:45