POST api/updateUserInfo
Request Information
URI Parameters
None.
Body Parameters
updateuserifor| Name | Description | Type | Additional information |
|---|---|---|---|
| Realname | string |
None. |
|
| usertel | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Realname": "sample string 1",
"usertel": "sample string 2"
}
application/xml, text/xml
Sample:
<updateuserifor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models"> <Realname>sample string 1</Realname> <usertel>sample string 2</usertel> </updateuserifor>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": "sample string 3"
}
application/xml, text/xml
Sample:
<ApiResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />