POST AllPannel/UpdateManualMarket

Request Information

URI Parameters

None.

Body Parameters

CreateManualMarketDTO
NameDescriptionTypeAdditional information
MarketType

string

None.

EventId

string

None.

MarketId

string

None.

MarketName

string

None.

MarketOriginFrom

string

None.

ApiTypeUrl

integer

None.

MaxStake

decimal number

None.

MinStake

decimal number

None.

BetDelay

decimal number

None.

MaxProfit

decimal number

None.

BeforeInPlayMaxStake

decimal number

None.

BeforeInPlayMinStake

decimal number

None.

BackDiff

decimal number

None.

LayDiff

decimal number

None.

ResultMakerIP

string

None.

DeclaredBy

string

None.

id

integer

None.

ApprovedBy

string

None.

Result

string

None.

ResultCheckerIP

string

None.

IsHide

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "MarketType": "sample string 1",
  "EventId": "sample string 2",
  "MarketId": "sample string 3",
  "MarketName": "sample string 4",
  "MarketOriginFrom": "sample string 5",
  "ApiTypeUrl": 6,
  "MaxStake": 7.1,
  "MinStake": 8.1,
  "BetDelay": 9.1,
  "MaxProfit": 10.1,
  "BeforeInPlayMaxStake": 11.1,
  "BeforeInPlayMinStake": 12.1,
  "BackDiff": 13.1,
  "LayDiff": 14.1,
  "ResultMakerIP": "sample string 15",
  "DeclaredBy": "sample string 16",
  "id": 17,
  "ApprovedBy": "sample string 18",
  "Result": "sample string 19",
  "ResultCheckerIP": "sample string 20",
  "IsHide": true
}

application/xml, text/xml

Sample:
<CreateManualMarketDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FixWebApi.Models.DTO">
  <ApiTypeUrl>6</ApiTypeUrl>
  <ApprovedBy>sample string 18</ApprovedBy>
  <BackDiff>13.1</BackDiff>
  <BeforeInPlayMaxStake>11.1</BeforeInPlayMaxStake>
  <BeforeInPlayMinStake>12.1</BeforeInPlayMinStake>
  <BetDelay>9.1</BetDelay>
  <DeclaredBy>sample string 16</DeclaredBy>
  <EventId>sample string 2</EventId>
  <IsHide>true</IsHide>
  <LayDiff>14.1</LayDiff>
  <MarketId>sample string 3</MarketId>
  <MarketName>sample string 4</MarketName>
  <MarketOriginFrom>sample string 5</MarketOriginFrom>
  <MarketType>sample string 1</MarketType>
  <MaxProfit>10.1</MaxProfit>
  <MaxStake>7.1</MaxStake>
  <MinStake>8.1</MinStake>
  <Result>sample string 19</Result>
  <ResultCheckerIP>sample string 20</ResultCheckerIP>
  <ResultMakerIP>sample string 15</ResultMakerIP>
  <id>17</id>
</CreateManualMarketDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.