POST api/DIGILocker/digilocker_get_rcdetails
Documentation for 'digilocker_get_rcdetails'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Statecode": "sample string 1", "Districtcode": "sample string 2", "rationCard_no": "sample string 3", "hofnName": "sample string 4", "hofName": "sample string 5", "fatherName": "sample string 6", "Gender": "sample string 7", "Dob": "sample string 8", "Aadhaar_no": "sample string 9", "beneficiary_consent": "sample string 10", "transactionToken_no": "sample string 11", "accessToken_no": "sample string 12", "FullName": "sample string 13" }
application/xml, text/xml
Sample:
<DigiLockerRequestModelGetRC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.DIGILocker"> <Aadhaar_no>sample string 9</Aadhaar_no> <Districtcode>sample string 2</Districtcode> <Dob>sample string 8</Dob> <FullName>sample string 13</FullName> <Gender>sample string 7</Gender> <Statecode>sample string 1</Statecode> <accessToken_no>sample string 12</accessToken_no> <beneficiary_consent>sample string 10</beneficiary_consent> <fatherName>sample string 6</fatherName> <hofName>sample string 5</hofName> <hofnName>sample string 4</hofnName> <rationCard_no>sample string 3</rationCard_no> <transactionToken_no>sample string 11</transactionToken_no> </DigiLockerRequestModelGetRC>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{ "rationCard_no": "sample string 1", "transactionToken_no": "sample string 2", "OutputFile": "sample string 3", "fileName": "sample string 4", "fileSize": "sample string 5", "Filetype": "sample string 6", "lastUpdated_datetime": "sample string 7", "Status": "sample string 8", "Remarks": "sample string 9" }
application/xml, text/xml
Sample:
<DigiLockerResponseGetRC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.DIGILocker"> <Filetype>sample string 6</Filetype> <OutputFile>sample string 3</OutputFile> <Remarks>sample string 9</Remarks> <Status>sample string 8</Status> <fileName>sample string 4</fileName> <fileSize>sample string 5</fileSize> <lastUpdated_datetime>sample string 7</lastUpdated_datetime> <rationCard_no>sample string 1</rationCard_no> <transactionToken_no>sample string 2</transactionToken_no> </DigiLockerResponseGetRC>