POST api/MF/PortfolioValuation

Request Information

URI Parameters

None.

Body Parameters

PortfolioValuationInputInfo
NameDescriptionTypeAdditional information
IsGroupwise

boolean

None.

MembID

integer

None.

GrouID

integer

None.

PageBreak

string

None.

CalculateXIRR

boolean

None.

CalculateXIRRForMembers

boolean

None.

tranPeriodCheck

boolean

None.

TranDateUpTo

string

None.

userID

integer

None.

AppID

integer

None.

orderBy

string

None.

NavDateUpTo

string

None.

GoalWise

integer

None.

IsNotRedeemed

boolean

None.

ignoreRedeemedUnits

integer

None.

GroupOn

integer

None.

IncludeSummary

boolean

None.

IncludeMappInvestment

boolean

None.

IncludeAddress

boolean

None.

IncludeEmailID

boolean

None.

IncludeMobileNo

boolean

None.

IncludeLandlineNo

boolean

None.

UsePasswordForPDF

boolean

None.

PDFPassword

string

None.

PDFPasswordMsg

string

None.

CommonFilterJSON

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,
  "PageBreak": "sample string 4",
  "CalculateXIRR": true,
  "CalculateXIRRForMembers": true,
  "tranPeriodCheck": true,
  "TranDateUpTo": "sample string 8",
  "userID": 9,
  "AppID": 10,
  "orderBy": "sample string 11",
  "NavDateUpTo": "sample string 12",
  "GoalWise": 13,
  "IsNotRedeemed": true,
  "ignoreRedeemedUnits": 15,
  "GroupOn": 16,
  "IncludeSummary": true,
  "IncludeMappInvestment": true,
  "IncludeAddress": true,
  "IncludeEmailID": true,
  "IncludeMobileNo": true,
  "IncludeLandlineNo": true,
  "UsePasswordForPDF": true,
  "PDFPassword": "sample string 24",
  "PDFPasswordMsg": "sample string 25",
  "CommonFilterJSON": "sample string 26",
  "MailingListJSON": "sample string 27",
  "IFAID": "sample string 28",
  "LoginUserSessionID": 29,
  "IsPDF": true,
  "IsEmail": true
}

application/xml, text/xml

Sample:
<PortfolioValuationInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMReportsAPI.Models">
  <IFAID>sample string 28</IFAID>
  <IsEmail>true</IsEmail>
  <IsPDF>true</IsPDF>
  <LoginUserSessionID>29</LoginUserSessionID>
  <AppID>10</AppID>
  <CalculateXIRR>true</CalculateXIRR>
  <CalculateXIRRForMembers>true</CalculateXIRRForMembers>
  <CommonFilterJSON>sample string 26</CommonFilterJSON>
  <GoalWise>13</GoalWise>
  <GrouID>3</GrouID>
  <GroupOn>16</GroupOn>
  <IncludeAddress>true</IncludeAddress>
  <IncludeEmailID>true</IncludeEmailID>
  <IncludeLandlineNo>true</IncludeLandlineNo>
  <IncludeMappInvestment>true</IncludeMappInvestment>
  <IncludeMobileNo>true</IncludeMobileNo>
  <IncludeSummary>true</IncludeSummary>
  <IsGroupwise>true</IsGroupwise>
  <IsNotRedeemed>true</IsNotRedeemed>
  <MailingListJSON>sample string 27</MailingListJSON>
  <MembID>2</MembID>
  <NavDateUpTo>sample string 12</NavDateUpTo>
  <PDFPassword>sample string 24</PDFPassword>
  <PDFPasswordMsg>sample string 25</PDFPasswordMsg>
  <PageBreak>sample string 4</PageBreak>
  <TranDateUpTo>sample string 8</TranDateUpTo>
  <UsePasswordForPDF>true</UsePasswordForPDF>
  <ignoreRedeemedUnits>15</ignoreRedeemedUnits>
  <orderBy>sample string 11</orderBy>
  <tranPeriodCheck>true</tranPeriodCheck>
  <userID>9</userID>
</PortfolioValuationInputInfo>

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 'PortfolioValuationInputInfo'.

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>