# Response Parameters

<table data-header-hidden><thead><tr><th width="98"></th><th width="170"></th><th></th></tr></thead><tbody><tr><td>S. No </td><td>Output Fields </td><td>Description </td></tr><tr><td>1</td><td>APP_PAN_NO </td><td>The PAN No for which the details are requested </td></tr><tr><td>2</td><td>APP_NAME </td><td>KYC Holder Name </td></tr><tr><td>3</td><td>CAMSKRA<br>CVLKRA<br>NDMLKRA<br>DOTEXKRA<br>KARVYKRA<br>BSEKRA<br>(KYC STATUS – KRA WISE) </td><td>KYC Status<br>01  - UNDER_PROCESS<br>02  - KYC REGISTERED<br>03  - ON HOLD<br>04  - KYC REJECTED<br>05  - NOT AVAILABLE<br>06- Deactivate<br>07 - KYC Verified - Aadhar as OVD<br>12- KYC REGISTERED - Incomplete KYC (Existing / OLD Record)<br>11- UNDER_PROCESS - Incomplete KYC (Existing / OLD Record)<br>13- ON HOLD- Incomplete KYC (Existing / OLD Record)<br>22- CVL MF KYC<br>99 – If specific KRA web service is not reachable </td></tr><tr><td>4</td><td>APP_STATUSDT </td><td>This field will contain date of the Application status and cannot be null. For example –if Application is submitted on 17- Jan 2013 and the date of exchange is 17 the Jan 2013, then the App Status will be 17th- Jan 2013 and will be equal to APP_ENTRY DATE.: No Dummy dates </td></tr><tr><td>5</td><td>APP_ENTRYDT </td><td>This field will have the entry date if Application is submitted on 17-Jan 2013 and the date of exchange is 31 Jan 2013, then the APP_ENTRYDT will be 17th- Jan 2013. No Dummy dates </td></tr><tr><td>6</td><td>APP_MODDT </td><td>This column value will be provided if modification has happened.  </td></tr><tr><td>7</td><td>APP_UPDT_STATUS </td><td>Modification status<br>01 – UNDER PROCESS<br>02 – KYC REGISTERED<br>03 - ON HOLD<br>04 - KYC REJECTED<br>07 - KYC REGISTERED - Aadhar as OVD </td></tr><tr><td>8</td><td>APP_HOLD_DEACTIVE_RM<br>KS </td><td>If KYC status is rejected or on hold, reason will be displayed. </td></tr><tr><td>9</td><td>APP_PER_ADD_PROOF </td><td>If Permanent address proof Value is 31 then it will be Aadhar as OVD </td></tr><tr><td>10</td><td>APP_COR_ADD_PROOF</td><td>If Correspondence address proof Value is 31 then it will be Aadhar as OVD </td></tr></tbody></table>

**The following are the error codes and messages:**

<table data-header-hidden><thead><tr><th width="152.5"></th><th></th></tr></thead><tbody><tr><td>Error Code</td><td>Error Message</td></tr><tr><td>   101</td><td>  Invalid KRA Code</td></tr><tr><td>   102</td><td>Incorrect Total Records Count</td></tr><tr><td>   134</td><td>Invalid User ID and password</td></tr></tbody></table>

**Sample Response Parameters:**

```
<APP_RES_ROOT> 
<APP_PAN_INQ> 
  	APP_PAN_NO>ABCDE1234A</APP_PAN_NO> 
  	<APP_NAME>SARIKA</APP_NAME> 
<APP_STATUSDT>05-04-2013 14:37:24</APP_STATUSDT> 
<APP_ENTRYDT>31-01-2007 00:00:00</APP_ENTRYDT> 
<APP_MODDT>05-04-2013 14:37:24</APP_MODDT> 
 <APP_UPDT_STATUS>02</APP_UPDT_STATUS> 
 <APP_HOLD_DEACTIVE_RMKS/><APP_HOLD_DEACTIVE_RMKS> 
 <CAMSKRA>05</CAMSKRA> 
 <CVLKRA>02</CVLKRA> 
 <NDMLKRA>05</NDMLKRA> 
 <DOTEXKRA>05</DOTEXKRA> 
<KARVYKRA>05</KARVYKRA> 
<BSEKRA>05</ BSEKRA> 
</APP_PER_ADD_PROOF> 
</APP_COR_ADD_PROOF> 
 </APP_PAN_INQ> 
</APP_RES_ROOT> 
 

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://camsonline.gitbook.io/sandbox-for-kra/verify-pan-details-iop1/response-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
