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

Individual Sample

Individual Sample to Download Request File:

<APP_REQ_ROOT xmlns=""> 
  <APP_PAN_INQ> 
    <APP_PAN_NO>ABCDE1234A</APP_PAN_NO> 
    <APP_PAN_DOB /> 
    <APP_IOP_FLG>RE</APP_IOP_FLG> 
    <APP_POS_CODE>T</APP_POS_CODE> 
  </APP_PAN_INQ> 
  <APP_SUMM_REC> 
    <APP_OTHKRA_CODE>test</APP_OTHKRA_CODE> 
    <APP_OTHKRA_BATCH>test</APP_OTHKRA_BATCH> 
    <APP_REQ_DATE>24-05-2017</APP_REQ_DATE> 
    <APP_TOTAL_REC>1</APP_TOTAL_REC> 
  </APP_SUMM_REC> 
</APP_REQ_ROOT> 

Non-Individual Sample

Non-Individual Sample Download Request File:

<APP_PAN_INQ> 
<APP_PAN_NO>BBCDE1234A</APP_PAN_NO> 
<APP_PAN_DOB>03-07-1991</APP_PAN_DOB> 
<APP_IOP_FLG>IE</APP_IOP_FLG> 
<APP_POS_CODE>LT</APP_POS_CODE> 
</APP_PAN_INQ> 
<APP_SUMM_REC> 
<APP_OTHKRA_CODE>ABCMFWS</APP_OTHKRA_CODE> 
<APP_OTHKRA_BATCH>ABCMFWS02-01-2016</APP_OTHKRA_BATCH> 
<APP_REQ_DATE>02-01-2016 08:04:08</APP_REQ_DATE> 
<APP_TOTAL_REC>1</APP_TOTAL_REC> 
</APP_SUMM_REC> 
</APP_REQ_ROOT> 

Last updated