POST Api/UpdateTXURL
修改头像
Request Information
URI Parameters
None.
Body Parameters
vm_UpdateTXURL| Name | Description | Type | Additional information |
|---|---|---|---|
| fldGuid |
帐号以及其他基本信息 |
globally unique identifier |
None. |
| TXURL |
头像url |
string |
None. |
| ChgAcc |
修改人帐号 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fldGuid": "ac701bd5-d47d-437b-a2d7-672ef9675c60",
"TXURL": "sample string 2",
"ChgAcc": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Code |
执行状态码 |
string |
None. |
| Message |
结果消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": "sample string 2"
}