POST api/portfolioperformance/mfcategory-bestworstreturn
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 categorybestworstreturn| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | string |
None. |
|
| PrevDate | string |
None. |
|
| Returns | string |
None. |
|
| Type | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Date": "sample string 1",
"PrevDate": "sample string 2",
"Returns": "sample string 3",
"Type": "sample string 4"
},
{
"Date": "sample string 1",
"PrevDate": "sample string 2",
"Returns": "sample string 3",
"Type": "sample string 4"
}
]