POST api/MFData/GetMarketWatchDetails

Request Information

URI Parameters

None.

Body Parameters

MarketWatchInpuInfo
NameDescriptionTypeAdditional information
MarketWatchInfo

Collection of MarketWatchInfo

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:
{
  "MarketWatchInfo": [
    {
      "IndexType": "sample string 1",
      "OpenVal": 2.0,
      "Price": 3.0,
      "High": 4.0,
      "Low": 5.0,
      "Change": 6.0,
      "DataDelay": 7.0,
      "PerGain": 8.0,
      "PrevDayClose": 9.0,
      "ModiOn": "sample string 10"
    },
    {
      "IndexType": "sample string 1",
      "OpenVal": 2.0,
      "Price": 3.0,
      "High": 4.0,
      "Low": 5.0,
      "Change": 6.0,
      "DataDelay": 7.0,
      "PerGain": 8.0,
      "PrevDayClose": 9.0,
      "ModiOn": "sample string 10"
    }
  ],
  "UserID": "sample string 1",
  "Password": "sample string 2",
  "IFAID": "sample string 3",
  "Token": "sample string 4",
  "DbInUse": "sample string 5",
  "Sourceid": 6,
  "Forgot_UserID": "sample string 7",
  "IsWMPRO": true,
  "LoginUserSessionID": 9,
  "IsMagic": "sample string 10"
}

application/xml, text/xml

Sample:
<MarketWatchInpuInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService">
  <IsMagic xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 10</IsMagic>
  <IsWMPRO xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">false</IsWMPRO>
  <LoginUserSessionID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">9</LoginUserSessionID>
  <DbInUse xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 5</DbInUse>
  <Forgot_UserID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 7</Forgot_UserID>
  <IFAID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 3</IFAID>
  <IsWMPRO xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">true</IsWMPRO>
  <Password xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 2</Password>
  <Sourceid xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">6</Sourceid>
  <Token xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 4</Token>
  <UserID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 1</UserID>
  <MarketWatchInfo>
    <MarketWatchInfo>
      <Change>6</Change>
      <DataDelay>7</DataDelay>
      <High>4</High>
      <IndexType>sample string 1</IndexType>
      <Low>5</Low>
      <ModiOn>sample string 10</ModiOn>
      <OpenVal>2</OpenVal>
      <PerGain>8</PerGain>
      <PrevDayClose>9</PrevDayClose>
      <Price>3</Price>
    </MarketWatchInfo>
    <MarketWatchInfo>
      <Change>6</Change>
      <DataDelay>7</DataDelay>
      <High>4</High>
      <IndexType>sample string 1</IndexType>
      <Low>5</Low>
      <ModiOn>sample string 10</ModiOn>
      <OpenVal>2</OpenVal>
      <PerGain>8</PerGain>
      <PrevDayClose>9</PrevDayClose>
      <Price>3</Price>
    </MarketWatchInfo>
  </MarketWatchInfo>
</MarketWatchInpuInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MarketWatchOutInfo
NameDescriptionTypeAdditional information
MarketWatchInfo

Collection of MarketWatchInfo

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:
{
  "MarketWatchInfo": [
    {
      "IndexType": "sample string 1",
      "OpenVal": 2.0,
      "Price": 3.0,
      "High": 4.0,
      "Low": 5.0,
      "Change": 6.0,
      "DataDelay": 7.0,
      "PerGain": 8.0,
      "PrevDayClose": 9.0,
      "ModiOn": "sample string 10"
    },
    {
      "IndexType": "sample string 1",
      "OpenVal": 2.0,
      "Price": 3.0,
      "High": 4.0,
      "Low": 5.0,
      "Change": 6.0,
      "DataDelay": 7.0,
      "PerGain": 8.0,
      "PrevDayClose": 9.0,
      "ModiOn": "sample string 10"
    }
  ],
  "Status": "sample string 1",
  "Message": "sample string 2",
  "MobileOtp": 3,
  "LoginUserSessionID": 4,
  "IsWMPRO": true,
  "IsMagic": "sample string 6"
}

application/xml, text/xml

Sample:
<MarketWatchOutInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService">
  <IsMagic xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 6</IsMagic>
  <IsWMPRO xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">true</IsWMPRO>
  <LoginUserSessionID xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">4</LoginUserSessionID>
  <Message xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 2</Message>
  <MobileOtp xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">3</MobileOtp>
  <Status xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">sample string 1</Status>
  <MarketWatchInfo>
    <MarketWatchInfo>
      <Change>6</Change>
      <DataDelay>7</DataDelay>
      <High>4</High>
      <IndexType>sample string 1</IndexType>
      <Low>5</Low>
      <ModiOn>sample string 10</ModiOn>
      <OpenVal>2</OpenVal>
      <PerGain>8</PerGain>
      <PrevDayClose>9</PrevDayClose>
      <Price>3</Price>
    </MarketWatchInfo>
    <MarketWatchInfo>
      <Change>6</Change>
      <DataDelay>7</DataDelay>
      <High>4</High>
      <IndexType>sample string 1</IndexType>
      <Low>5</Low>
      <ModiOn>sample string 10</ModiOn>
      <OpenVal>2</OpenVal>
      <PerGain>8</PerGain>
      <PrevDayClose>9</PrevDayClose>
      <Price>3</Price>
    </MarketWatchInfo>
  </MarketWatchInfo>
</MarketWatchOutInfo>