Request Parameters
1
PAN
Varchar2(10)
Yes
Valid PAN as registered at CAMS TA system database.
2
ClientId_Karvy
Varchar2(40)
No
Client Id of Karvy KRA
3
ClientId_CAMS
Varchar2(40)
No
Client Id of CAMS KRA
4
ClientId_CVL
Varchar2(40)
No
Client Id of CVL KRA
5
ClientId_NDML
Varchar2(40)
No
Client Id of NDML KRA
6
ClientId_Dotex
Varchar2(40)
No
Client Id of Dotex KRA
7
POSCode_Karvy
Varchar2(40)
Only if Client ID of that KRA is passed
POS Code of karvy KRA
8
POSCode_CAMS
Varchar2(40)
Only if Client ID of that KRA is passed
POS Code of CAMS KRA
9
POSCode_CVL
Varchar2(40)
Only if Client ID of that KRA is passed
POS Code of CVL KRA
10
POSCode_NDML
Varchar2(40)
Only if Client ID of that KRA is passed
POS Code of NDML KRA
11
POSCode_Dotex
Varchar2(40)
Only if Client ID of that KRA is passed
POS Code of Dotex KRA
12
KARVY_PASSWORD
Varchar2(40)
Only if Client ID of that KRA is passed
Password for Karvy
13
CAMS_PASSWORD
Varchar2(40)
Only if Client ID of that KRA is passed
Password for CAMS
14
CVL_PASSWORD
Varchar2(40)
Only if Client ID of that KRA is passed
Password for CVL
15
NDML_PASSWORD
Varchar2(40)
Only if Client ID of that KRA is passed
Password for NDML
16
DOTEX_PASSWORD
Varchar2(40)
Only if Client ID of that KRA is passed
Password for DOTEX
17
Time_stamp (DD-MMMYYYY HH:MM:SS)
Date
Yes
Time stamp validation
18
Date_of_birth (DD-MMMYYYY)
Date
No
DOB for investors
19
CAMS_UserName
Varchar2(40)
Only if Client ID of that KRA is passed
Username for cams
20
KARVY_UserName
Varchar2(40)
Only if Client ID of that KRA is passed
Username for KARVY
21
CVL_UserName
Varchar2(40)
Only if Client ID of that KRA is passed
Username for CVL
22
NDML_UserName
Varchar2(40)
Only if Client ID of that KRA is passed
Username for NDML
23
DOTEX_UserName
Varchar2(40)
Only if Client ID of that KRA is passed
Username for DOTEX
Sample Request:
Sample Encrypted Request: (This should be passed in the data parameter in the API request):
The following are the error codes and messages:
Error Code
Error Message
55
Invalid PAN
370
No Data in all KRA
Header Data:
Authorization --> accessToken Request:
Last updated