POST Api/Login/ChangePassword
Request Information
URI Parameters
None.
Body Parameters
iSLinkValid| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | globally unique identifier |
None. |
|
| string |
None. |
||
| password | string |
None. |
|
| userID | globally unique identifier |
None. |
|
| DeviceID | globally unique identifier |
None. |
|
| BrowserKey | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "47357f23-f388-4ca0-a80c-c679ffaba19b",
"Email": "sample string 2",
"password": "sample string 3",
"userID": "55bc55f8-bde6-46fa-9432-bf961f097976",
"DeviceID": "0c34aef8-b477-4786-a468-e5395bfc7881",
"BrowserKey": "a84c0129-e8ed-407f-a0ad-ce3b11d0f5b8"
}
application/xml, text/xml
Sample:
<iSLinkValid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models"> <BrowserKey>a84c0129-e8ed-407f-a0ad-ce3b11d0f5b8</BrowserKey> <DeviceID>0c34aef8-b477-4786-a468-e5395bfc7881</DeviceID> <Email>sample string 2</Email> <password>sample string 3</password> <userID>55bc55f8-bde6-46fa-9432-bf961f097976</userID> <Token>47357f23-f388-4ca0-a80c-c679ffaba19b</Token> </iSLinkValid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |