POST UpdateMobUserPasswordAPI?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
ChangePasswordAPIBO| Name | Description | Type | Additional information |
|---|---|---|---|
| UsrId | integer |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UsrId": 1,
"Password": "sample string 2"
}
application/xml, text/xml
Sample:
<OnlineCreatePO_BO.ChangePasswordAPIBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers"> <Password>sample string 2</Password> <UsrId>1</UsrId> </OnlineCreatePO_BO.ChangePasswordAPIBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.