POST api/Portfolio/benchmarkreturn
Request Information
URI Parameters
None.
Body Parameters
dataModelI| Name | Description | Type | Additional information |
|---|---|---|---|
| indexCode1 | string |
None. |
|
| indexCode2 | string |
None. |
|
| fromdate | string |
None. |
|
| todate | string |
None. |
|
| viewType | string |
None. |
|
| year | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"indexCode1": "sample string 1",
"indexCode2": "sample string 2",
"fromdate": "sample string 3",
"todate": "sample string 4",
"viewType": "sample string 5",
"year": "sample string 6"
}
Response Information
Resource Description
Collection of Mresult| Name | Description | Type | Additional information |
|---|---|---|---|
| result | Object |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"result": {}
},
{
"result": {}
}
]