POST api/categorysipchart
Request Information
URI Parameters
None.
Body Parameters
multiplecategory| Name | Description | Type | Additional information |
|---|---|---|---|
| PortfolioPerformance | Collection of PortfolioPerformanceSIPcategory |
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": [
{
"schclcode": "sample string 1",
"PercAlloc": "sample string 2"
},
{
"schclcode": "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 categorytopupnav| Name | Description | Type | Additional information |
|---|---|---|---|
| NavDate | string |
None. |
|
| InvestmentAmount | string |
None. |
|
| MarketValue | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"NavDate": "sample string 1",
"InvestmentAmount": "sample string 2",
"MarketValue": "sample string 3"
},
{
"NavDate": "sample string 1",
"InvestmentAmount": "sample string 2",
"MarketValue": "sample string 3"
}
]