POST API/KYC/aadhaar/generate-otp

Request Information

URI Parameters

None.

Body Parameters

GenerateOtp
NameDescriptionTypeAdditional information
aadhaar_number

string

None.

clientid

string

None.

TempEmpId

string

None.

mobileNo

string

None.

Connectionstring

string

None.

Request Formats

application/json, text/json

Sample:
{
  "aadhaar_number": "sample string 1",
  "clientid": "sample string 2",
  "TempEmpId": "sample string 3",
  "mobileNo": "sample string 4",
  "Connectionstring": "sample string 5"
}

application/xml, text/xml

Sample:
<GenerateOtp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonWebAPI.Entity">
  <Connectionstring>sample string 5</Connectionstring>
  <TempEmpId>sample string 3</TempEmpId>
  <aadhaar_number>sample string 1</aadhaar_number>
  <clientid>sample string 2</clientid>
  <mobileNo>sample string 4</mobileNo>
</GenerateOtp>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GenerateOtp'.

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.