PUT api/{locate}/account/update-profile
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locate | string |
Required |
Body Parameters
ResClsUpdateProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| fullname | string |
None. |
|
| phone | string |
None. |
|
| linkavatar | string |
None. |
|
| partnertoken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fullname": "sample string 1",
"phone": "sample string 2",
"linkavatar": "sample string 3",
"partnertoken": "sample string 4"
}
application/xml, text/xml
Sample:
<ResClsUpdateProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/W1Services.Models"> <fullname>sample string 1</fullname> <linkavatar>sample string 3</linkavatar> <partnertoken>sample string 4</partnertoken> <phone>sample string 2</phone> </ResClsUpdateProfile>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResCls| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| message | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.