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": "42d6151d-aac9-453d-a36c-73d090a6a80b",
"Email": "sample string 2",
"password": "sample string 3",
"userID": "66d550c4-fb20-4497-8671-1df68c2d8cfd",
"DeviceID": "54c46935-985a-4b56-a700-cec5bee44101",
"BrowserKey": "2ec3c61b-414a-4c98-bc56-9260630daa7a"
}
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>2ec3c61b-414a-4c98-bc56-9260630daa7a</BrowserKey> <DeviceID>54c46935-985a-4b56-a700-cec5bee44101</DeviceID> <Email>sample string 2</Email> <password>sample string 3</password> <userID>66d550c4-fb20-4497-8671-1df68c2d8cfd</userID> <Token>42d6151d-aac9-453d-a36c-73d090a6a80b</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. |