myMail


URI

<myAccount_uri>/mailbox[.<format>]

支持的方法

PUT

父资源

myAccount

介绍

当前用户绑定的邮箱地址,支持修改该绑定的邮箱地址。

支持的方法:

支持的表述格式:RJSON、JSON、HTML、XML。

资源层次

HTTP 请求方法

对如下 URI 执行 HTTP 请求,以 rjson 输出格式为例加以说明,其中,supermapiportal 是服务器名。

http://supermapiportal:8190/iportal/web/mycontent/account/mailbox.rjson

PUT 请求

修改绑定的邮箱地址。

响应结构

对 myMail 资源执行 PUT 请求,修改绑定的邮箱地址,返回的资源表述结构如下:

字段 类型 说明
succeed boolean 修改绑定的邮箱地址是否成功。
error Httperror 出错信息,如果修改绑定的邮箱地址成功,则没有本字段。

响应示例

对 myMail 资源:http://localhost:8190/iportal/web/mycontent/account/mailbox.rjson 执行 PUT 请求,修改绑定的邮箱地址:

admin1@supermap.com

则返回的 rjson 格式的响应结果如下:

{"succeed": true}

请参见