POST api/AdharVerification/AadharFetchKYCResponse
Request Information
URI Parameters
None.
Body Parameters
AadharFetchResponseReqSave| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberId | string |
None. |
|
| RequestId | string |
None. |
|
| Hash | string |
None. |
|
| UUID | string |
None. |
|
| KYCInfo | string |
None. |
|
| Message | string |
None. |
|
| Code | string |
None. |
|
| Status | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberId": "sample string 1",
"RequestId": "sample string 2",
"Hash": "sample string 3",
"UUID": "sample string 4",
"KYCInfo": "sample string 5",
"Message": "sample string 6",
"Code": "sample string 7",
"Status": "sample string 8"
}
application/xml, text/xml
Sample:
<AadharFetchResponseReqSave xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FriendsMantra.ViewModels"> <Code>sample string 7</Code> <Hash>sample string 3</Hash> <KYCInfo>sample string 5</KYCInfo> <MemberId>sample string 1</MemberId> <Message>sample string 6</Message> <RequestId>sample string 2</RequestId> <Status>sample string 8</Status> <UUID>sample string 4</UUID> </AadharFetchResponseReqSave>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AddUpdatedDeleteResponce| Name | Description | Type | Additional information |
|---|---|---|---|
| status | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": true,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<AddUpdatedDeleteResponce xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FriendsMantra.ViewModels"> <Data /> <Message>sample string 2</Message> <status>true</status> </AddUpdatedDeleteResponce>