POST api/FRSLogin/FRSChangePassword
Request Information
URI Parameters
None.
Body Parameters
UserLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| loginusername | string |
None. |
|
| password | string |
None. |
|
| Otp | string |
None. |
|
| Contactno | string |
None. |
|
| Version | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Otp": "sample string 3",
"Contactno": "sample string 4",
"Version": "sample string 5",
"loginusername": "sample string 1",
"password": "sample string 2"
}
application/xml, text/xml
Sample:
<UserLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TSWDCW.Models"> <Contactno>sample string 4</Contactno> <Otp>sample string 3</Otp> <Version>sample string 5</Version> <loginusername>sample string 1</loginusername> <password>sample string 2</password> </UserLogin>
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.