POST api/schemessipchart
Request Information
URI Parameters
None.
Body Parameters
multiplescheme| Name | Description | Type | Additional information |
|---|---|---|---|
| PortfolioPerformance | Collection of PortfolioPerformanceSIP |
None. |
|
| viewType | string |
None. |
|
| Init_invamt | string |
None. |
|
| SIPInterval | string |
None. |
|
| Interval | string |
None. |
|
| TypeofInv | string |
None. |
|
| Value | string |
None. |
|
| CapAmt | string |
None. |
|
| NoofYears | string |
None. |
|
| StartDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PortfolioPerformance": [
{
"amficode": "sample string 1",
"PercAlloc": "sample string 2"
},
{
"amficode": "sample string 1",
"PercAlloc": "sample string 2"
}
],
"viewType": "sample string 1",
"Init_invamt": "sample string 2",
"SIPInterval": "sample string 3",
"Interval": "sample string 4",
"TypeofInv": "sample string 5",
"Value": "sample string 6",
"CapAmt": "sample string 7",
"NoofYears": "sample string 8",
"StartDate": "sample string 9"
}
Response Information
Resource Description
Collection of schemestopupnav| Name | Description | Type | Additional information |
|---|---|---|---|
| date | string |
None. |
|
| marketvalue | string |
None. |
|
| InvestmentAmount | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"date": "sample string 1",
"marketvalue": "sample string 2",
"InvestmentAmount": "sample string 3"
},
{
"date": "sample string 1",
"marketvalue": "sample string 2",
"InvestmentAmount": "sample string 3"
}
]