POST api/portfolioperformance/performance-lumpsumchart-New-Gold
Request Information
URI Parameters
None.
Body Parameters
dataModelPerformanceLumpsum| Name | Description | Type | Additional information |
|---|---|---|---|
| invamount | string |
None. |
|
| fromdate | string |
None. |
|
| todate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"invamount": "sample string 1",
"fromdate": "sample string 2",
"todate": "sample string 3"
}
Response Information
Resource Description
Collection of lumpsumchartGold| Name | Description | Type | Additional information |
|---|---|---|---|
| Investment_Date | string |
None. |
|
| Invamount | string |
None. |
|
| MarketValue_MCX | string |
None. |
|
| Ret | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Investment_Date": "sample string 1",
"Invamount": "sample string 2",
"MarketValue_MCX": "sample string 3",
"Ret": "sample string 4"
},
{
"Investment_Date": "sample string 1",
"Invamount": "sample string 2",
"MarketValue_MCX": "sample string 3",
"Ret": "sample string 4"
}
]