POST api/customer/UpdateProfile
Request Information
URI Parameters
None.
Body Parameters
dtoCustomerUpdateReqName | Description | Type | Additional information |
---|---|---|---|
CustomerName | string |
None. |
|
WhatsAppNo | string |
None. |
|
EmrgNo | string |
None. |
|
Address | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "customerName": "sample string 1", "whatsAppNo": "sample string 2", "emrgNo": "sample string 3", "address": "sample string 4", "city": "sample string 5", "state": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.