POST api/ForgetPassword
Request Information
URI Parameters
None.
Body Parameters
ForgetPassword| Name | Description | Type | Additional information |
|---|---|---|---|
| PhoneNumber | string |
None. |
|
| UserType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PhoneNumber": "sample string 1",
"UserType": 2
}
application/xml, text/xml
Sample:
<ForgetPassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cabie.API.Models"> <PhoneNumber>sample string 1</PhoneNumber> <UserType>2</UserType> </ForgetPassword>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ForgetPasswordResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Response | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Response": "sample string 1"
}
application/xml, text/xml
Sample:
<ForgetPasswordResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cabie.API.Models"> <Response>sample string 1</Response> </ForgetPasswordResponse>