GET FD/Types
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of InvestmenType| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| investmenttype | string |
Max length: 100 |
|
| investmentdescription | string |
Max length: 100 |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"investmenttype": "sample string 2",
"investmentdescription": "sample string 3"
},
{
"id": 1,
"investmenttype": "sample string 2",
"investmentdescription": "sample string 3"
}
]