POST api/User/UpdateUserNewPassword
Request Information
URI Parameters
None.
Body Parameters
SecurityModel| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| strPassWord | string |
None. |
|
| strOldPassWord | string |
None. |
|
| strNewPassWord | string |
None. |
|
| strConfirmPassWord | string |
None. |
|
| intCreatedBy | integer |
None. |
|
| bisTwoFactorAuthentication | boolean |
None. |
|
| intUserId | integer |
None. |
|
| strUserName | string |
None. |
|
| strPortal | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"intId": 1,
"strPassWord": "sample string 2",
"strOldPassWord": "sample string 3",
"strNewPassWord": "sample string 4",
"strConfirmPassWord": "sample string 5",
"intCreatedBy": 6,
"bisTwoFactorAuthentication": true,
"intUserId": 8,
"strUserName": "sample string 9",
"strPortal": "sample string 10"
}
application/xml, text/xml
Sample:
<SecurityModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities"> <bisTwoFactorAuthentication>true</bisTwoFactorAuthentication> <intCreatedBy>6</intCreatedBy> <intId>1</intId> <intUserId>8</intUserId> <strConfirmPassWord>sample string 5</strConfirmPassWord> <strNewPassWord>sample string 4</strNewPassWord> <strOldPassWord>sample string 3</strOldPassWord> <strPassWord>sample string 2</strPassWord> <strPortal>sample string 10</strPortal> <strUserName>sample string 9</strUserName> </SecurityModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.