POST api/Winner

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "WhiteLabelID": 1,
  "IsOnlyLabelPlayers": true,
  "InDays": 1,
  "MinAmount": 1,
  "MaxResults": 1,
  "SortBy": "sample string 1",
  "Lang": "sample string 2",
  "Tracker": 1,
  "Dynamic": "sample string 3",
  "ClickId": "sample string 4"
}

application/xml, text/xml

Sample:
<GetBigWinnersRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PlayCode.Content.WebApi.Models">
  <ClickId>sample string 4</ClickId>
  <Dynamic>sample string 3</Dynamic>
  <InDays>1</InDays>
  <IsOnlyLabelPlayers>true</IsOnlyLabelPlayers>
  <Lang>sample string 2</Lang>
  <MaxResults>1</MaxResults>
  <MinAmount>1</MinAmount>
  <SortBy>sample string 1</SortBy>
  <Tracker>1</Tracker>
  <WhiteLabelID>1</WhiteLabelID>
</GetBigWinnersRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetBigWinnersRequest'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "transactionID": 1,
    "playerID": 2,
    "whiteLabelID": 3,
    "playerName": "sample string 4",
    "currency": "sample string 5",
    "gameType": "sample string 6",
    "gameName": "sample string 7",
    "gameID": 8,
    "serverGameID": "sample string 9",
    "playUrl": "sample string 10",
    "amount": 11.1,
    "amountInCurrency": "sample string 12",
    "country": "sample string 13",
    "actionDate": "2024-04-28T18:29:59.2557748+01:00",
    "gameImage": "sample string 15"
  },
  {
    "transactionID": 1,
    "playerID": 2,
    "whiteLabelID": 3,
    "playerName": "sample string 4",
    "currency": "sample string 5",
    "gameType": "sample string 6",
    "gameName": "sample string 7",
    "gameID": 8,
    "serverGameID": "sample string 9",
    "playUrl": "sample string 10",
    "amount": 11.1,
    "amountInCurrency": "sample string 12",
    "country": "sample string 13",
    "actionDate": "2024-04-28T18:29:59.2557748+01:00",
    "gameImage": "sample string 15"
  },
  {
    "transactionID": 1,
    "playerID": 2,
    "whiteLabelID": 3,
    "playerName": "sample string 4",
    "currency": "sample string 5",
    "gameType": "sample string 6",
    "gameName": "sample string 7",
    "gameID": 8,
    "serverGameID": "sample string 9",
    "playUrl": "sample string 10",
    "amount": 11.1,
    "amountInCurrency": "sample string 12",
    "country": "sample string 13",
    "actionDate": "2024-04-28T18:29:59.2557748+01:00",
    "gameImage": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfWinner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PlayCode.DataContracts.Content">
  <Winner>
    <ActionDate>2024-04-28T18:29:59.2557748+01:00</ActionDate>
    <Amount>11.1</Amount>
    <AmountInCurrency>sample string 12</AmountInCurrency>
    <Country>sample string 13</Country>
    <Currency>sample string 5</Currency>
    <GameID>8</GameID>
    <GameImage>sample string 15</GameImage>
    <GameName>sample string 7</GameName>
    <GameType>sample string 6</GameType>
    <PlayUrl>sample string 10</PlayUrl>
    <PlayerID>2</PlayerID>
    <PlayerName>sample string 4</PlayerName>
    <ServerGameID>sample string 9</ServerGameID>
    <TransactionID>1</TransactionID>
    <WhiteLabelID>3</WhiteLabelID>
  </Winner>
  <Winner>
    <ActionDate>2024-04-28T18:29:59.2557748+01:00</ActionDate>
    <Amount>11.1</Amount>
    <AmountInCurrency>sample string 12</AmountInCurrency>
    <Country>sample string 13</Country>
    <Currency>sample string 5</Currency>
    <GameID>8</GameID>
    <GameImage>sample string 15</GameImage>
    <GameName>sample string 7</GameName>
    <GameType>sample string 6</GameType>
    <PlayUrl>sample string 10</PlayUrl>
    <PlayerID>2</PlayerID>
    <PlayerName>sample string 4</PlayerName>
    <ServerGameID>sample string 9</ServerGameID>
    <TransactionID>1</TransactionID>
    <WhiteLabelID>3</WhiteLabelID>
  </Winner>
  <Winner>
    <ActionDate>2024-04-28T18:29:59.2557748+01:00</ActionDate>
    <Amount>11.1</Amount>
    <AmountInCurrency>sample string 12</AmountInCurrency>
    <Country>sample string 13</Country>
    <Currency>sample string 5</Currency>
    <GameID>8</GameID>
    <GameImage>sample string 15</GameImage>
    <GameName>sample string 7</GameName>
    <GameType>sample string 6</GameType>
    <PlayUrl>sample string 10</PlayUrl>
    <PlayerID>2</PlayerID>
    <PlayerName>sample string 4</PlayerName>
    <ServerGameID>sample string 9</ServerGameID>
    <TransactionID>1</TransactionID>
    <WhiteLabelID>3</WhiteLabelID>
  </Winner>
</ArrayOfWinner>