POST Casino/CasinoMcgExtraBetInfo

Casino Microgaming Bet Extra

Request Information

URI Parameters

None.

Body Parameters

WebApiMicrogamingFilter
NameDescriptionTypeAdditional information
BetID

Gets or sets the BetID

integer

None.

PlayType

Gets or sets the PlayType

string

None.

Start

Gets or sets the Start

boolean

None.

Finish

Gets or sets the Finish

boolean

None.

Offline

Gets or sets the Offline

boolean

None.

Currency

Gets or sets the Currency

string

None.

FreeGame

Gets or sets the FreeGame

string

None.

FreeGameOfferInstanceID

Gets or sets the FreeGame Offer InstanceID

integer

None.

FreeGameNumGamesPlayed

Gets or sets the Free Game Num Games Played

integer

None.

FreeGameNumGamesRemaining

Gets or sets the Free Game Num Games Remaining

integer

None.

ClientTypeID

integer

None.

userID

Gets or sets the user identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BetID": 1,
  "PlayType": "sample string 2",
  "Start": true,
  "Finish": true,
  "Offline": true,
  "Currency": "sample string 6",
  "FreeGame": "sample string 7",
  "FreeGameOfferInstanceID": 8,
  "FreeGameNumGamesPlayed": 1,
  "FreeGameNumGamesRemaining": 1,
  "ClientTypeID": 1,
  "userID": 9
}

application/xml, text/xml

Sample:
<WebApiMicrogamingFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
  <userID>9</userID>
  <BetID>1</BetID>
  <ClientTypeID>1</ClientTypeID>
  <Currency>sample string 6</Currency>
  <Finish>true</Finish>
  <FreeGame>sample string 7</FreeGame>
  <FreeGameNumGamesPlayed>1</FreeGameNumGamesPlayed>
  <FreeGameNumGamesRemaining>1</FreeGameNumGamesRemaining>
  <FreeGameOfferInstanceID>8</FreeGameOfferInstanceID>
  <Offline>true</Offline>
  <PlayType>sample string 2</PlayType>
  <Start>true</Start>
</WebApiMicrogamingFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiMicrgamingBetExtraResponse
NameDescriptionTypeAdditional information
ResponseObject

Gets or sets the response object.

ApiMicrgamingBetExtra

None.

ResponseType

Gets or sets the type of the response.

integer

None.

ResponseMessage

Gets or sets the response message.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseObject": {
    "Success": true
  },
  "ResponseType": 1,
  "ResponseMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<ApiMicrgamingBetExtraResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
  <ResponseMessage>sample string 2</ResponseMessage>
  <ResponseType>1</ResponseType>
  <ResponseObject>
    <Success>true</Success>
  </ResponseObject>
</ApiMicrgamingBetExtraResponse>