Funds Transfer Mapped Product
This API endpoint retrieves the list of product IDs to which funds can be transferred from the specified product. It returns mapped fund transfer product details such as the target product ID and name
🛣️Path Parameters
| Parameter | Type | Description | Example/ENUM |
|---|
| productid | integer | The product ID from which funds will be transferred. | 100 |
| Parameter | Type | Description | Example/ENUM |
|---|
| Authorization | string | Bearer token for user authentication. | {{access_token}} |
| Content-Type | string | Specifies the type of the request payload. | application/json |
| x-api-key | string | API key to authenticate the request. | {{x-api-key}} |
🟢Success Response - 200 Ok
| Field | Type | Description | Example/ENUM |
|---|
| status | string | Status of the API call. | success |
| code | string | Response code indicating the outcome of the request. | "s-101" |
| message | string | A message indicating the success of the request. | Success Message |
| data | array of object | Array containing mapped product details. | See below |
📘Mapped Product Details (Array of Objects)
| Field | Type | Description | Example/ENUM |
|---|
| nToProductId | integer | Product ID to which funds can be transferred. | 7 |
| sProductName | string | Name of the product to which funds are transferred. | IPO |