POST api/CheckKYC/PanStatus
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GetPasswordResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| APP_RES_ROOT | APP_RES_ROOT |
None. |
Response Formats
application/json, text/json
Sample:
{
"APP_RES_ROOT": {
"APP_PAN_INQ": {
"APP_PAN_NO": "sample string 1",
"APP_NAME": "sample string 2",
"APP_STATUS": "sample string 3",
"APP_STATUSDT": "sample string 4",
"APP_ENTRYDT": "sample string 5",
"APP_MODDT": "sample string 6",
"APP_STATUS_DELTA": "sample string 7",
"APP_UPDT_STATUS": "sample string 8",
"APP_HOLD_DEACTIVE_RMKS": "sample string 9",
"APP_UPDT_RMKS": "sample string 10",
"APP_KYC_MODE": "sample string 11",
"APP_IPV_FLAG": "sample string 12",
"APP_UBO_FLAG": "sample string 13",
"ERROR": {
"ERROR_CODE": "sample string 1",
"ERROR_MSG": "sample string 2"
}
},
"APP_PAN_SUMM": {
"BATCH_ID": "sample string 1",
"APP_RESPONSE_DATE": "sample string 2",
"APP_TOTAL_REC": "sample string 3"
}
}
}
application/xml, text/xml
Sample:
<GetPasswordResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">
<APP_RES_ROOT>
<APP_PAN_INQ>
<APP_ENTRYDT>sample string 5</APP_ENTRYDT>
<APP_HOLD_DEACTIVE_RMKS>sample string 9</APP_HOLD_DEACTIVE_RMKS>
<APP_IPV_FLAG>sample string 12</APP_IPV_FLAG>
<APP_KYC_MODE>sample string 11</APP_KYC_MODE>
<APP_MODDT>sample string 6</APP_MODDT>
<APP_NAME>sample string 2</APP_NAME>
<APP_PAN_NO>sample string 1</APP_PAN_NO>
<APP_STATUS>sample string 3</APP_STATUS>
<APP_STATUSDT>sample string 4</APP_STATUSDT>
<APP_STATUS_DELTA>sample string 7</APP_STATUS_DELTA>
<APP_UBO_FLAG>sample string 13</APP_UBO_FLAG>
<APP_UPDT_RMKS>sample string 10</APP_UPDT_RMKS>
<APP_UPDT_STATUS>sample string 8</APP_UPDT_STATUS>
<ERROR>
<ERROR_CODE>sample string 1</ERROR_CODE>
<ERROR_MSG>sample string 2</ERROR_MSG>
</ERROR>
</APP_PAN_INQ>
<APP_PAN_SUMM>
<APP_RESPONSE_DATE>sample string 2</APP_RESPONSE_DATE>
<APP_TOTAL_REC>sample string 3</APP_TOTAL_REC>
<BATCH_ID>sample string 1</BATCH_ID>
</APP_PAN_SUMM>
</APP_RES_ROOT>
</GetPasswordResponse>