POST api/portfolioperformance/mfcategory-nillreturn
Request Information
URI Parameters
None.
Body Parameters
dataModelmfCatgryRollingReturnsNil| Name | Description | Type | Additional information |
|---|---|---|---|
| PortfolioPerformance | Collection of categoryXml |
None. |
|
| invamt | string |
None. |
|
| count1 | string |
None. |
|
| nil | 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",
"nil": "sample string 3"
}
Response Information
Resource Description
Collection of mfcategorynillreturn| 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"
}
]