GET FD/Products?investmenttype={investmenttype}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| investmenttype | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of InvestmentProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| producttype | string |
Max length: 100 |
|
| productcategory | string |
Max length: 100 |
|
| duration | string |
Max length: 100 |
|
| productname | string |
Max length: 100 |
|
| categorycode | string |
Max length: 100 |
|
| intrestcap | string |
Max length: 50 |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"producttype": "sample string 2",
"productcategory": "sample string 3",
"duration": "sample string 4",
"productname": "sample string 5",
"categorycode": "sample string 6",
"intrestcap": "sample string 7"
},
{
"id": 1,
"producttype": "sample string 2",
"productcategory": "sample string 3",
"duration": "sample string 4",
"productname": "sample string 5",
"categorycode": "sample string 6",
"intrestcap": "sample string 7"
}
]