POST api/portfolioperformance/indices-bestreturn
Request Information
URI Parameters
None.
Body Parameters
indicesportfoliocompareDataNew| Name | Description | Type | Additional information |
|---|---|---|---|
| PortfolioMasterXML | Collection of PortfolioMasterXML |
None. |
|
| InvestValue | string |
None. |
|
| year | string |
None. |
|
| nil | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PortfolioMasterXML": [
{
"co_code": "sample string 1",
"percentage": "sample string 2"
},
{
"co_code": "sample string 1",
"percentage": "sample string 2"
}
],
"InvestValue": "sample string 1",
"year": "sample string 2",
"nil": "sample string 3"
}
Response Information
Resource Description
Collection of bestreturnchart| Name | Description | Type | Additional information |
|---|---|---|---|
| BestDate | string |
None. |
|
| bestmarketvalue | string |
None. |
|
| BestReturns | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BestDate": "sample string 1",
"bestmarketvalue": "sample string 2",
"BestReturns": "sample string 3"
},
{
"BestDate": "sample string 1",
"bestmarketvalue": "sample string 2",
"BestReturns": "sample string 3"
}
]