POST Api/Account/Update
账户内容修改
Request Information
URI Parameters
None.
Body Parameters
请求模型
SpeedPower.Utility.Models.Service.MIUsers.UpdateBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
|
电子邮件 |
string |
Data type: EmailAddress |
|
| PhoneNumber |
电话号码 |
string |
Required String length: inclusive between 11 and 18 |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"PhoneNumber": "sample string 2"
}
Response Information
Resource Description
账户内容修改
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}