Request Parameters
a) Parameter Level:
S. No
Input Fields
Description
1
APP_USER_ID
The authorized user id of the CAMSKRA system enabled to use the web services
2
APP_USER_PSWD
The encrypted password fetched by the user using the GetPassword Method of the web services
3
APP_KEY
The key to be used for encryption of the password
b) Record Level:
S. No
Input Fields
Description
1
APP_PAN_NO
The PAN No(s) for which the details are requested.
Maximum of 25 Pan in predefine XML format are allowed
2
APP_PAN_DOB
Dates of Birth / Date of Incorporation of the person / entity for whose PAN the details are being fetched. Format - 13-12-2012 15:33:08
3
APP_IOP_FLG
IOP flag – Values – IE, IS, RE, RS
IE, RE – for VerifyPANDetails method only. DOB is non-mandatory. IS - forVerifyPanDetails,DowloadPANDetails method. DOB is mandatory
RS - for VerifyPanDetails,DowloadPANDetails method. DOB is non- mandatory, Image will not be provided
4
APP_POS_CODE
The intermediary code for PAN is verified/Downloaded
C) Summary Level:
S.
No
Input Fields
Description
1
APP_OTHKRA_CODE
Intermediary code
2
APP_OTHKRA_BATCH
Intermediary Batch No
3
APP_REQ_DATE
Request date of fetching data
4
APP_TOTAL_REC
Total PAN Count
Sample Request Parameters:
< APP_REQ_ROOT>
<APP_PAN_INQ><APP_PAN_NO>ABCDE1234A</APP_PAN_NO>
- <APP_PAN_DOB>25-05-1975 :00:00:00</APP_PAN_DOB>
- <APP_IOP_FLG>IE</APP_IOP_FLG>
- < APP_POS_CODE>L</APP_POS_CODE>
</APP_PAN_INQ>
- < APP_SUMM_REC>
<APP_OTHKRA_CODE>CK5001</APP_OTHKRA_CODE>
<APP_OTHKRA_BATCH>TEST 22-05-2017 </APP_OTHKRA_BATCH>
<APP_REQ_DATE>22-05-2017 15:10:23</APP_REQ_DATE>
< APP_TOTAL_REC>1</APP_TOTAL_REC>
</APP_SUMM_REC>
</APP_REQ_ROOT>
Last updated