POST api/Portfolio/indexsearch

Request Information

URI Parameters

None.

Body Parameters

IndexModel
NameDescriptionTypeAdditional information
Exchange

string

None.

indexCode

string

None.

IndexName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Exchange": "sample string 1",
  "indexCode": "sample string 2",
  "IndexName": "sample string 3"
}

Response Information

Resource Description

Collection of IndexModel
NameDescriptionTypeAdditional information
Exchange

string

None.

indexCode

string

None.

IndexName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Exchange": "sample string 1",
    "indexCode": "sample string 2",
    "IndexName": "sample string 3"
  },
  {
    "Exchange": "sample string 1",
    "indexCode": "sample string 2",
    "IndexName": "sample string 3"
  }
]