Participant Detail
This API is used to get Participant Detail for a clientcode
Request JSON
Field |
Type |
Mandatory |
Description |
clientcode |
String(15) |
N |
Client ID Mandatory in case of Dealer |
Sample Request (Body)
{
"clientcode":"AA020"// in case of dealer only
}
Sample Response
{
"status": "SUCCESS",
"message": "Participants DATA",
"errorcode": "",
"data": [
{
"clientcode": "PAWZ1431",
"participantid": "218450147IH",
"exchangename": "NSE",
"participanname": "RAJUL M "
},
{
"clientcode": "PAWZ1431",
"participantid": "E5986615IH",
"exchangename": "NSE",
"participanname": "JAYAN A"
}
]
}