POST api/Login/UpdateAdminPassword
Request Information
URI Parameters
None.
Body Parameters
Client| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Password | string |
None. |
|
| TxtNo | string |
None. |
|
| TxtLic | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Password": "sample string 2",
"TxtNo": "sample string 3",
"TxtLic": "sample string 4"
}
application/xml, text/xml
Sample:
<Client xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Password>sample string 2</Password> <TxtLic>sample string 4</TxtLic> <TxtNo>sample string 3</TxtNo> <UserName>sample string 1</UserName> </Client>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ErrorClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| ErrorDetail | ErrorDetail |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"ErrorDetail": {
"Error": "sample string 1"
}
}
application/xml, text/xml
Sample:
<ErrorClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MaheAPI.Models">
<ErrorDetail>
<Error>sample string 1</Error>
</ErrorDetail>
<Status>sample string 1</Status>
</ErrorClass>