POST Auth/SendOTP

Request Information

URI Parameters

None.

Body Parameters

ForgotPasswordRequest
NameDescriptionTypeAdditional information
email

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GeneralResponse
NameDescriptionTypeAdditional information
status

string

None.

remarks

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "remarks": "sample string 2"
}

application/xml, text/xml

Sample:
<GeneralResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OffshorePlacementsAPI.Models">
  <remarks>sample string 2</remarks>
  <status>sample string 1</status>
</GeneralResponse>