POST api/UpdatePassword
Request Information
URI Parameters
None.
Body Parameters
UpdateUserPassword| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| strPasswordHash | Collection of byte |
None. |
|
| strPasswordSalt | Collection of byte |
None. |
|
| intCreatedBy | integer |
None. |
|
| strPassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"intId": 1,
"strPasswordHash": "QEA=",
"strPasswordSalt": "QEA=",
"intCreatedBy": 2,
"strPassword": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.