POST api/portfolioperformance/mfcategory-bestreturn
Request Information
URI Parameters
None.
Body Parameters
dataModelmfCatgryRollingReturns| Name | Description | Type | Additional information |
|---|---|---|---|
| PortfolioPerformance | Collection of categoryXml |
None. |
|
| invamt | string |
None. |
|
| count1 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PortfolioPerformance": [
{
"Categorycode": "sample string 1",
"percentage": "sample string 2"
},
{
"Categorycode": "sample string 1",
"percentage": "sample string 2"
}
],
"invamt": "sample string 1",
"count1": "sample string 2"
}
Response Information
Resource Description
Collection of mfcategorybestreturn| 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"
}
]