POST account/setpassword
Sets a password.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/account/setpassword
URI Parameters
None.
Body Parameters
Change password options.
SetPasswordBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | globally unique identifier |
Required |
|
| NewPassword | string |
Required Data type: Password String length: inclusive between 6 and 100 |
|
| ConfirmPassword | string |
Data type: Password |
Request Formats
application/json, text/json
Sample:
{
"Code": "dee18fed-e78a-400f-9cc6-3feef0e06a5e",
"NewPassword": "sample string 2",
"ConfirmPassword": "sample string 3"
}
text/html
Sample:
{"Code":"dee18fed-e78a-400f-9cc6-3feef0e06a5e","NewPassword":"sample string 2","ConfirmPassword":"sample string 3"}
application/xml, text/xml
Sample:
<SetPasswordBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.AccountBindingModels"> <Code>dee18fed-e78a-400f-9cc6-3feef0e06a5e</Code> <ConfirmPassword>sample string 3</ConfirmPassword> <NewPassword>sample string 2</NewPassword> </SetPasswordBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
A Task<IHttpActionResult>
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.