EDIS - DP DETAILS
This API retrieves the DP (Depository Participant) details and Beneficiary account information required for EDIS (Electronic Delivery Instruction Slip) operations.
🔍 Query Parameters
| Parameter | Type | Required | Description | Example |
|---|
| userId | string | Yes | User ID (UCC) | "{{user_id}}" |
| Header | Type | Description | Example |
|---|
| Content-Type | string | Request payload format | application/json |
| Authorization | string | Access token for authenticated requests | {{access_token}} |
| x-api-key | string | API key used to authorize request | {{x-api-key}} |
🟢 Success Response - 200 OK
Content-Type: application/json
| Field | Type | Description | Example |
|---|
| status | string | Status of API call | "success" |
| code | string | Response code | "s-101" |
| message | string | Success message | "DP details fetched successfully" |
| data | object | DP and beneficiary details | Refer Data Object Fields |
📦 Data Object Fields
| Field | Type | Description | Example / Enum |
|---|
| sClientId | string | Client ID | "CL12345" |
| sGroupId | string | Group ID | "GRP01" |
| sClientCode | string | Client code | "CLCODE01" |
| nBeneficiaryAccountNumber | string | Beneficiary account number | "123456789012" |
| sDPId | string | Depository Participant ID | "IN300XXX" |
| sDepository | string | Depository type | "NSDL", "CDSL" |
| nBeneficiaryStatus | integer | Beneficiary status | 1 |
| nPriority | integer | Priority level | 1 |
| sDPBankId | string | DP linked bank ID | "BANK123" |