POST api/FundData/GetFundSnapShotDataWMPRO

Request Information

URI Parameters

None.

Body Parameters

FundSnapShotInputInfo
NameDescriptionTypeAdditional information
FundID

integer

None.

FundCate

string

None.

FundClasId

string

None.

Period

string

None.

FundRating

string

None.

FundRangeFrom

decimal number

None.

FundRangeTo

decimal number

None.

FundMana

string

None.

FundSubCateID

string

None.

CallFrom

string

None.

IsPurchaseAllow

string

None.

IFAID

string

None.

FundType

string

None.

FundName

string

None.

AMCID

string

None.

MaxRowNo

string

None.

FundOpti

string

None.

UserID

string

Required

Password

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,
  "FundCate": "sample string 2",
  "FundClasId": "sample string 3",
  "Period": "sample string 4",
  "FundRating": "sample string 5",
  "FundRangeFrom": 6.0,
  "FundRangeTo": 7.0,
  "FundMana": "sample string 8",
  "FundSubCateID": "sample string 9",
  "CallFrom": "sample string 10",
  "IsPurchaseAllow": "sample string 11",
  "IFAID": "sample string 12",
  "FundType": "sample string 13",
  "FundName": "sample string 14",
  "AMCID": "sample string 15",
  "MaxRowNo": "sample string 16",
  "FundOpti": "sample string 17",
  "UserID": "sample string 18",
  "Password": "sample string 19",
  "Token": "sample string 20",
  "DbInUse": "sample string 21",
  "Sourceid": 22,
  "Forgot_UserID": "sample string 23",
  "IsWMPRO": true,
  "LoginUserSessionID": 25,
  "IsMagic": "sample string 26"
}

application/xml, text/xml

Sample:
<FundSnapShotInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">
  <IsMagic>sample string 26</IsMagic>
  <IsWMPRO>false</IsWMPRO>
  <LoginUserSessionID>25</LoginUserSessionID>
  <DbInUse>sample string 21</DbInUse>
  <Forgot_UserID>sample string 23</Forgot_UserID>
  <IFAID i:nil="true" />
  <IsWMPRO>true</IsWMPRO>
  <Password>sample string 19</Password>
  <Sourceid>22</Sourceid>
  <Token>sample string 20</Token>
  <UserID>sample string 18</UserID>
  <AMCID>sample string 15</AMCID>
  <CallFrom>sample string 10</CallFrom>
  <FundCate>sample string 2</FundCate>
  <FundClasId>sample string 3</FundClasId>
  <FundID>1</FundID>
  <FundMana>sample string 8</FundMana>
  <FundName>sample string 14</FundName>
  <FundOpti>sample string 17</FundOpti>
  <FundRangeFrom>6</FundRangeFrom>
  <FundRangeTo>7</FundRangeTo>
  <FundRating>sample string 5</FundRating>
  <FundSubCateID>sample string 9</FundSubCateID>
  <FundType>sample string 13</FundType>
  <IFAID>sample string 12</IFAID>
  <IsPurchaseAllow>sample string 11</IsPurchaseAllow>
  <MaxRowNo>sample string 16</MaxRowNo>
  <Period>sample string 4</Period>
</FundSnapShotInputInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

FundSnapShotOutputInfoModel
NameDescriptionTypeAdditional information
FundSnapShotOutputInfo

Collection of FundSnapShotOutputInfo

None.

TotalAUMOfFundMana

integer

None.

ExpeOfFundMana

string

None.

TotalSchemeOfFundMana

integer

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:
{
  "FundSnapShotOutputInfo": [
    {
      "MinRetuValu": 1.0,
      "MaxRetuValu": 1.0,
      "FundRetuVal": 1.0,
      "FundRetuPerc": 1.0,
      "RankNo": 1,
      "SCHEME_NAME": "sample string 1",
      "Unique_No": "sample string 2",
      "PUR_ALLOWED": "sample string 3",
      "SIP_FLAG": "sample string 4",
      "RowNo": "sample string 5",
      "FundID": 6,
      "FundShorName": "sample string 7",
      "FundClasShorName": "sample string 8",
      "AMCID": "sample string 9",
      "FundSubCateID": 1,
      "FundCateID": 1,
      "FundSubCateDesc": "sample string 10",
      "FundCateDesc": "sample string 11",
      "MiniInveAmou": 1.0
    },
    {
      "MinRetuValu": 1.0,
      "MaxRetuValu": 1.0,
      "FundRetuVal": 1.0,
      "FundRetuPerc": 1.0,
      "RankNo": 1,
      "SCHEME_NAME": "sample string 1",
      "Unique_No": "sample string 2",
      "PUR_ALLOWED": "sample string 3",
      "SIP_FLAG": "sample string 4",
      "RowNo": "sample string 5",
      "FundID": 6,
      "FundShorName": "sample string 7",
      "FundClasShorName": "sample string 8",
      "AMCID": "sample string 9",
      "FundSubCateID": 1,
      "FundCateID": 1,
      "FundSubCateDesc": "sample string 10",
      "FundCateDesc": "sample string 11",
      "MiniInveAmou": 1.0
    }
  ],
  "TotalAUMOfFundMana": 1,
  "ExpeOfFundMana": "sample string 1",
  "TotalSchemeOfFundMana": 1,
  "Status": "sample string 2",
  "Message": "sample string 3",
  "MobileOtp": 4,
  "LoginUserSessionID": 5,
  "IsWMPRO": true,
  "IsMagic": "sample string 7"
}

application/xml, text/xml

Sample:
<FundSnapShotOutputInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">
  <IsMagic>sample string 7</IsMagic>
  <IsWMPRO>true</IsWMPRO>
  <LoginUserSessionID>5</LoginUserSessionID>
  <Message>sample string 3</Message>
  <MobileOtp>4</MobileOtp>
  <Status>sample string 2</Status>
  <ExpeOfFundMana>sample string 1</ExpeOfFundMana>
  <FundSnapShotOutputInfo>
    <FundSnapShotOutputInfo>
      <AMCID>sample string 9</AMCID>
      <FundCateDesc>sample string 11</FundCateDesc>
      <FundCateID>1</FundCateID>
      <FundClasShorName>sample string 8</FundClasShorName>
      <FundID>6</FundID>
      <FundShorName>sample string 7</FundShorName>
      <FundSubCateDesc>sample string 10</FundSubCateDesc>
      <FundSubCateID>1</FundSubCateID>
      <MiniInveAmou>1</MiniInveAmou>
      <FundRetuPerc>1</FundRetuPerc>
      <FundRetuVal>1</FundRetuVal>
      <MaxRetuValu>1</MaxRetuValu>
      <MinRetuValu>1</MinRetuValu>
      <PUR_ALLOWED>sample string 3</PUR_ALLOWED>
      <RankNo>1</RankNo>
      <RowNo>sample string 5</RowNo>
      <SCHEME_NAME>sample string 1</SCHEME_NAME>
      <SIP_FLAG>sample string 4</SIP_FLAG>
      <Unique_No>sample string 2</Unique_No>
    </FundSnapShotOutputInfo>
    <FundSnapShotOutputInfo>
      <AMCID>sample string 9</AMCID>
      <FundCateDesc>sample string 11</FundCateDesc>
      <FundCateID>1</FundCateID>
      <FundClasShorName>sample string 8</FundClasShorName>
      <FundID>6</FundID>
      <FundShorName>sample string 7</FundShorName>
      <FundSubCateDesc>sample string 10</FundSubCateDesc>
      <FundSubCateID>1</FundSubCateID>
      <MiniInveAmou>1</MiniInveAmou>
      <FundRetuPerc>1</FundRetuPerc>
      <FundRetuVal>1</FundRetuVal>
      <MaxRetuValu>1</MaxRetuValu>
      <MinRetuValu>1</MinRetuValu>
      <PUR_ALLOWED>sample string 3</PUR_ALLOWED>
      <RankNo>1</RankNo>
      <RowNo>sample string 5</RowNo>
      <SCHEME_NAME>sample string 1</SCHEME_NAME>
      <SIP_FLAG>sample string 4</SIP_FLAG>
      <Unique_No>sample string 2</Unique_No>
    </FundSnapShotOutputInfo>
  </FundSnapShotOutputInfo>
  <TotalAUMOfFundMana>1</TotalAUMOfFundMana>
  <TotalSchemeOfFundMana>1</TotalSchemeOfFundMana>
</FundSnapShotOutputInfoModel>