POST api/SentOTPForAadhaarVerification

Request Information

URI Parameters

None.

Body Parameters

SentOTPForAadhaarVerificationWithInnovIdRequest
NameDescriptionTypeAdditional information
AadhaarNumber

string

None.

Consent

string

None.

ConsentText

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AadhaarNumber": "sample string 1",
  "Consent": "sample string 2",
  "ConsentText": "sample string 3"
}

application/xml, text/xml

Sample:
<SentOTPForAadhaarVerificationWithInnovIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <AadhaarNumber>sample string 1</AadhaarNumber>
  <Consent>sample string 2</Consent>
  <ConsentText>sample string 3</ConsentText>
</SentOTPForAadhaarVerificationWithInnovIdRequest>

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 'SentOTPForAadhaarVerificationWithInnovIdRequest'.

Response Information

Resource Description

SentOTPForAadhaarVerificationWithInnovIdResponse
NameDescriptionTypeAdditional information
InnovId

integer

None.

AadhaarNumber

string

None.

RequestId

string

None.

IsOtpSent

boolean

None.

IsNumberLinked

boolean

None.

IsAadhaarValid

boolean

None.

Success

string

None.

ResponseCode

string

None.

ResponseMessage

string

None.

RequestTimeStamp

string

None.

ResponseTimeStamp

string

None.

Message

string

None.

Status

string

None.

Response Formats

application/json, text/json

Sample:
{
  "InnovId": 1,
  "AadhaarNumber": "sample string 2",
  "RequestId": "sample string 3",
  "IsOtpSent": true,
  "IsNumberLinked": true,
  "IsAadhaarValid": true,
  "Success": "sample string 7",
  "ResponseCode": "sample string 8",
  "ResponseMessage": "sample string 9",
  "RequestTimeStamp": "sample string 10",
  "ResponseTimeStamp": "sample string 11",
  "Message": "sample string 12",
  "Status": "sample string 13"
}

application/xml, text/xml

Sample:
<SentOTPForAadhaarVerificationWithInnovIdResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <AadhaarNumber>sample string 2</AadhaarNumber>
  <InnovId>1</InnovId>
  <IsAadhaarValid>true</IsAadhaarValid>
  <IsNumberLinked>true</IsNumberLinked>
  <IsOtpSent>true</IsOtpSent>
  <Message>sample string 12</Message>
  <RequestId>sample string 3</RequestId>
  <RequestTimeStamp>sample string 10</RequestTimeStamp>
  <ResponseCode>sample string 8</ResponseCode>
  <ResponseMessage>sample string 9</ResponseMessage>
  <ResponseTimeStamp>sample string 11</ResponseTimeStamp>
  <Status>sample string 13</Status>
  <Success>sample string 7</Success>
</SentOTPForAadhaarVerificationWithInnovIdResponse>