POST api/customers/UpdateProfile
Request Information
URI Parameters
None.
Body Parameters
CustomerProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| string |
None. |
||
| phone | string |
None. |
|
| type | string |
None. |
|
| billcopy | boolean |
None. |
|
| sms_notify | boolean |
None. |
|
| email_notify | boolean |
None. |
|
| pic | string |
None. |
|
| allow_portal | boolean |
None. |
|
| avatar | string |
None. |
|
| uuid | string |
None. |
|
| notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"email": "sample string 3",
"phone": "sample string 4",
"type": "sample string 5",
"billcopy": true,
"sms_notify": true,
"email_notify": true,
"pic": "sample string 6",
"allow_portal": true,
"avatar": "sample string 7",
"uuid": "sample string 8",
"notes": "sample string 9"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.