POST api/Mobile/UpdatePasswordMobile
Request Information
URI Parameters
None.
Body Parameters
PasswordsMobile| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| OldPassword | string |
None. |
|
| NewPassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"OldPassword": "sample string 2",
"NewPassword": "sample string 3"
}
application/xml, text/xml
Sample:
<PasswordsMobile xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <id>1</id> <OldPassword>sample string 2</OldPassword> <NewPassword>sample string 3</NewPassword> </PasswordsMobile>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>