POST api/DMT/ValidateAadhar
Request Information
URI Parameters
None.
Body Parameters
ValidateAadharRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| aadharNumber | string |
None. |
|
| token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"aadharNumber": "sample string 1",
"token": "sample string 2"
}
application/xml, text/xml
Sample:
<ValidateAadharRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AirtelDMTApi.biz_solutionz.com.Models"> <aadharNumber>sample string 1</aadharNumber> <token>sample string 2</token> </ValidateAadharRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.