POST api/MFSales/GetSIPPerformanceNew

Request Information

URI Parameters

None.

Body Parameters

SIPPerformanceNewInputModels
NameDescriptionTypeAdditional information
FundID

integer

None.

Amount

decimal number

None.

UserID

string

Required

Password

string

Required

IFAID

string

Required

Token

string

Required

DbInUse

string

None.

Sourceid

integer

None.

Forgot_UserID

string

None.

IsWMPRO

boolean

None.

LoginUserSessionID

integer

Required

IsMagic

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FundID": 1,
  "Amount": 2.1,
  "UserID": "sample string 3",
  "Password": "sample string 4",
  "IFAID": "sample string 5",
  "Token": "sample string 6",
  "DbInUse": "sample string 7",
  "Sourceid": 8,
  "Forgot_UserID": "sample string 9",
  "IsWMPRO": true,
  "LoginUserSessionID": 11,
  "IsMagic": "sample string 12"
}

application/xml, text/xml

Sample:
<SIPPerformanceNewInputModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">
  <IsMagic>sample string 12</IsMagic>
  <IsWMPRO>false</IsWMPRO>
  <LoginUserSessionID>11</LoginUserSessionID>
  <DbInUse>sample string 7</DbInUse>
  <Forgot_UserID>sample string 9</Forgot_UserID>
  <IFAID>sample string 5</IFAID>
  <IsWMPRO>true</IsWMPRO>
  <Password>sample string 4</Password>
  <Sourceid>8</Sourceid>
  <Token>sample string 6</Token>
  <UserID>sample string 3</UserID>
  <Amount>2.1</Amount>
  <FundID>1</FundID>
</SIPPerformanceNewInputModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SIPPerformanceNewOutputModels
NameDescriptionTypeAdditional information
Investment3M

decimal number

None.

Investment6M

decimal number

None.

Investment1Y

decimal number

None.

Investment3Y

decimal number

None.

Investment5Y

decimal number

None.

Investment10Y

decimal number

None.

PresentValue3M

decimal number

None.

PresentValue6M

decimal number

None.

PresentValue1Y

decimal number

None.

PresentValue3Y

decimal number

None.

PresentValue5Y

decimal number

None.

PresentValue10Y

decimal number

None.

CAGR3M

decimal number

None.

CAGR6M

decimal number

None.

CAGR1Y

decimal number

None.

CAGR3Y

decimal number

None.

CAGR5Y

decimal number

None.

CAGR10Y

decimal number

None.

CurrentNAV

decimal number

None.

PreviousNAV

decimal number

None.

NAVGrowth

decimal number

None.

Status

string

Required

Message

string

Required

MobileOtp

integer

None.

LoginUserSessionID

integer

Required

IsWMPRO

boolean

None.

IsMagic

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Investment3M": 1.1,
  "Investment6M": 2.1,
  "Investment1Y": 3.1,
  "Investment3Y": 4.1,
  "Investment5Y": 5.1,
  "Investment10Y": 6.1,
  "PresentValue3M": 7.1,
  "PresentValue6M": 8.1,
  "PresentValue1Y": 9.1,
  "PresentValue3Y": 10.1,
  "PresentValue5Y": 11.1,
  "PresentValue10Y": 12.1,
  "CAGR3M": 13.1,
  "CAGR6M": 14.1,
  "CAGR1Y": 15.1,
  "CAGR3Y": 16.1,
  "CAGR5Y": 17.1,
  "CAGR10Y": 18.1,
  "CurrentNAV": 19.1,
  "PreviousNAV": 20.1,
  "NAVGrowth": 21.1,
  "Status": "sample string 22",
  "Message": "sample string 23",
  "MobileOtp": 24,
  "LoginUserSessionID": 25,
  "IsWMPRO": true,
  "IsMagic": "sample string 27"
}

application/xml, text/xml

Sample:
<SIPPerformanceNewOutputModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">
  <IsMagic>sample string 27</IsMagic>
  <IsWMPRO>true</IsWMPRO>
  <LoginUserSessionID>25</LoginUserSessionID>
  <Message>sample string 23</Message>
  <MobileOtp>24</MobileOtp>
  <Status>sample string 22</Status>
  <CAGR10Y>18.1</CAGR10Y>
  <CAGR1Y>15.1</CAGR1Y>
  <CAGR3M>13.1</CAGR3M>
  <CAGR3Y>16.1</CAGR3Y>
  <CAGR5Y>17.1</CAGR5Y>
  <CAGR6M>14.1</CAGR6M>
  <CurrentNAV>19.1</CurrentNAV>
  <Investment10Y>6.1</Investment10Y>
  <Investment1Y>3.1</Investment1Y>
  <Investment3M>1.1</Investment3M>
  <Investment3Y>4.1</Investment3Y>
  <Investment5Y>5.1</Investment5Y>
  <Investment6M>2.1</Investment6M>
  <NAVGrowth>21.1</NAVGrowth>
  <PresentValue10Y>12.1</PresentValue10Y>
  <PresentValue1Y>9.1</PresentValue1Y>
  <PresentValue3M>7.1</PresentValue3M>
  <PresentValue3Y>10.1</PresentValue3Y>
  <PresentValue5Y>11.1</PresentValue5Y>
  <PresentValue6M>8.1</PresentValue6M>
  <PreviousNAV>20.1</PreviousNAV>
</SIPPerformanceNewOutputModels>