POST api/Agent/CheckAccountName
从登录界面重置密码时验证该用户名是否正确
请求信息
URI参数
None.
窗体参数
string请求格式
Test application/json, text/json
Sample:
"sample string 1"
Test application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
Test application/x-www-form-urlencoded
Sample:
没有示例。
回复信息
资源描述
从登录界面重置密码时验证该用户名是否正确
Dictionary of string [key] and Object [value]回复格式
Test application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}
Test application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringanyType>
<Key>sample string 1</Key>
<Value />
</KeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>sample string 3</Key>
<Value />
</KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>