POST api/MF/ComprehensivePortfolioChart

Request Information

URI Parameters

None.

Body Parameters

ComprehensivePortfolioInputInfo
NameDescriptionTypeAdditional information
IsGroupwise

boolean

None.

MembID

integer

None.

GrouID

integer

None.

InvestorName

string

None.

NavDateUpTo

string

None.

CalculateXIRR

boolean

None.

TranDateUpTo

string

None.

ConsiderRecentTransactions

boolean

None.

ConsiderReversalTransactions

boolean

None.

ignoreRedeemedUnits

integer

None.

IncludeMappInvestment

boolean

None.

FolioLedger

boolean

None.

PortFolioAssetAllocation

boolean

None.

GainLoss

boolean

None.

PortfolioCheck

boolean

None.

FundsPerformance

boolean

None.

PortfolioExposure

boolean

None.

Graphs

boolean

None.

HoldingPattern

boolean

None.

SystematicPlans

boolean

None.

ELSSLT

boolean

None.

Snapshot

boolean

None.

CoverPage

boolean

None.

TranPeriodFromDate

string

None.

TranPeriodToDate

string

None.

PageBreak

string

None.

ShowTPT

boolean

None.

userID

integer

None.

AppID

integer

None.

UsePasswordForPDF

boolean

None.

PDFPassword

string

None.

PDFPasswordMsg

string

None.

MailingListJSON

string

None.

IFAID

string

None.

LoginUserSessionID

integer

None.

IsPDF

boolean

None.

IsEmail

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IsGroupwise": true,
  "MembID": 2,
  "GrouID": 3,
  "InvestorName": "sample string 4",
  "NavDateUpTo": "sample string 5",
  "CalculateXIRR": true,
  "TranDateUpTo": "sample string 7",
  "ConsiderRecentTransactions": true,
  "ConsiderReversalTransactions": true,
  "ignoreRedeemedUnits": 10,
  "IncludeMappInvestment": true,
  "FolioLedger": true,
  "PortFolioAssetAllocation": true,
  "GainLoss": true,
  "PortfolioCheck": true,
  "FundsPerformance": true,
  "PortfolioExposure": true,
  "Graphs": true,
  "HoldingPattern": true,
  "SystematicPlans": true,
  "ELSSLT": true,
  "Snapshot": true,
  "CoverPage": true,
  "TranPeriodFromDate": "sample string 24",
  "TranPeriodToDate": "sample string 25",
  "PageBreak": "sample string 26",
  "ShowTPT": true,
  "userID": 28,
  "AppID": 29,
  "UsePasswordForPDF": true,
  "PDFPassword": "sample string 31",
  "PDFPasswordMsg": "sample string 32",
  "MailingListJSON": "sample string 33",
  "IFAID": "sample string 34",
  "LoginUserSessionID": 35,
  "IsPDF": true,
  "IsEmail": true
}

application/xml, text/xml

Sample:
<ComprehensivePortfolioInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMReportsAPI.Models">
  <IFAID>sample string 34</IFAID>
  <IsEmail>true</IsEmail>
  <IsPDF>true</IsPDF>
  <LoginUserSessionID>35</LoginUserSessionID>
  <AppID>29</AppID>
  <CalculateXIRR>true</CalculateXIRR>
  <ConsiderRecentTransactions>true</ConsiderRecentTransactions>
  <ConsiderReversalTransactions>true</ConsiderReversalTransactions>
  <CoverPage>true</CoverPage>
  <ELSSLT>true</ELSSLT>
  <FolioLedger>true</FolioLedger>
  <FundsPerformance>true</FundsPerformance>
  <GainLoss>true</GainLoss>
  <Graphs>true</Graphs>
  <GrouID>3</GrouID>
  <HoldingPattern>true</HoldingPattern>
  <IncludeMappInvestment>true</IncludeMappInvestment>
  <InvestorName>sample string 4</InvestorName>
  <IsGroupwise>true</IsGroupwise>
  <MailingListJSON>sample string 33</MailingListJSON>
  <MembID>2</MembID>
  <NavDateUpTo>sample string 5</NavDateUpTo>
  <PDFPassword>sample string 31</PDFPassword>
  <PDFPasswordMsg>sample string 32</PDFPasswordMsg>
  <PageBreak>sample string 26</PageBreak>
  <PortFolioAssetAllocation>true</PortFolioAssetAllocation>
  <PortfolioCheck>true</PortfolioCheck>
  <PortfolioExposure>true</PortfolioExposure>
  <ShowTPT>true</ShowTPT>
  <Snapshot>true</Snapshot>
  <SystematicPlans>true</SystematicPlans>
  <TranDateUpTo>sample string 7</TranDateUpTo>
  <TranPeriodFromDate>sample string 24</TranPeriodFromDate>
  <TranPeriodToDate>sample string 25</TranPeriodToDate>
  <UsePasswordForPDF>true</UsePasswordForPDF>
  <ignoreRedeemedUnits>10</ignoreRedeemedUnits>
  <userID>28</userID>
</ComprehensivePortfolioInputInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ComprehensivePortfolioInputInfo'.

Response Information

Resource Description

ReportOutpoutInfo
NameDescriptionTypeAdditional information
StatusCode

string

None.

ResponseMessage

string

None.

ReportBase64

string

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": "sample string 1",
  "ResponseMessage": "sample string 2",
  "ReportBase64": "sample string 3"
}

application/xml, text/xml

Sample:
<ReportOutpoutInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMReportsAPI.Models">
  <ReportBase64>sample string 3</ReportBase64>
  <ResponseMessage>sample string 2</ResponseMessage>
  <StatusCode>sample string 1</StatusCode>
</ReportOutpoutInfo>