GET api/PAN?panNumber={panNumber}&dateOfBirth={dateOfBirth}&aadhaarNumber={aadhaarNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| panNumber | string |
Required |
|
| dateOfBirth | string |
Required |
|
| aadhaarNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PANOTPResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationNumber | string |
None. |
|
| PANNumber | string |
None. |
|
| DateOfBirth | string |
None. |
|
| MessageCode | string |
None. |
|
| MessageTex | string |
None. |
|
| IsOtpSend | integer |
None. |
Response Formats
application/json, text/json
{
"applicationNumber": "sample string 1",
"panNumber": "sample string 2",
"dateOfBirth": "sample string 3",
"messageCode": "sample string 4",
"messageTex": "sample string 5",
"isOtpSend": 6
}
application/xml, text/xml
<PANOTPResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccountOpening.Data"> <ApplicationNumber>sample string 1</ApplicationNumber> <DateOfBirth>sample string 3</DateOfBirth> <IsOtpSend>6</IsOtpSend> <MessageCode>sample string 4</MessageCode> <MessageTex>sample string 5</MessageTex> <PANNumber>sample string 2</PANNumber> </PANOTPResponse>