POST api/User/Update_UserProfile
Request Information
URI Parameters
None.
Body Parameters
UserProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| id | integer |
None. |
|
| address | string |
None. |
|
| avatar | string |
None. |
|
| displayname | string |
None. |
|
| low_bal_point | decimal number |
None. |
|
| name | string |
None. |
|
| notes | string |
None. |
|
| notifylowbal | boolean |
None. |
|
| notifyorders | boolean |
None. |
|
| notifypromo | boolean |
None. |
|
| mobile_nofications | boolean |
None. |
|
| phone | string |
None. |
|
| status | string |
None. |
|
| type | string |
None. |
|
| first_name | string |
None. |
|
| last_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"id": 2,
"address": "sample string 3",
"avatar": "sample string 4",
"displayname": "sample string 5",
"low_bal_point": 6.0,
"name": "sample string 7",
"notes": "sample string 8",
"notifylowbal": true,
"notifyorders": true,
"notifypromo": true,
"mobile_nofications": true,
"phone": "sample string 13",
"status": "sample string 14",
"type": "sample string 15",
"first_name": "sample string 16",
"last_name": "sample string 17"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.