POST api/mobile/GenrateForgetOTP

Request Information

URI Parameters

None.

Body Parameters

ForgetPassword
NameDescriptionTypeAdditional information
user_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "user_name": "sample string 1"
}

application/xml, text/xml

Sample:
<ForgetPassword xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SB_Mobile_OrangePay.Models">
  <user_name>sample string 1</user_name>
</ForgetPassword>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ForgetPasswordResponse
NameDescriptionTypeAdditional information
status_code

string

None.

status_message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status_code": "sample string 1",
  "status_message": "sample string 2"
}

application/xml, text/xml

Sample:
<ForgetPasswordResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SB_Mobile_OrangePay.Models">
  <status_code>sample string 1</status_code>
  <status_message>sample string 2</status_message>
</ForgetPasswordResponse>