POST api/Login/GetOTP

Request Information

URI Parameters

None.

Body Parameters

ClientOTPinput
NameDescriptionTypeAdditional information
mobile

string

None.

email

string

None.

token

string

None.

loginType

enumLoginTypes

None.

bypass

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "mobile": "sample string 1",
  "email": "sample string 2",
  "token": "sample string 3",
  "loginType": 0,
  "bypass": true
}

application/xml, text/xml

Sample:
<ClientOTPinput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AssociateAPI.Models">
  <bypass>true</bypass>
  <email>sample string 2</email>
  <loginType>PatientLogin</loginType>
  <mobile>sample string 1</mobile>
  <token>sample string 3</token>
</ClientOTPinput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.