GET FD/Products?investmenttype={investmenttype}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
investmenttype

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of InvestmentProduct
NameDescriptionTypeAdditional 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"
  }
]