POST Event/GetMatchPlayCoupons

Gets the Coupon market details for whole Tournament.

Request Information

URI Parameters

None.

Body Parameters

ApiTournamentByEventRequestFilter
NameDescriptionTypeAdditional information
tournamentID

Gets or sets the event identifier.

integer

None.

sportID

Gets or sets the sportID identifier.

integer

None.

userID

Gets or sets the user identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "tournamentID": 1,
  "sportID": 2,
  "userID": 3
}

application/xml, text/xml

Sample:
<ApiTournamentByEventRequestFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
  <userID>3</userID>
  <sportID>2</sportID>
  <tournamentID>1</tournamentID>
</ApiTournamentByEventRequestFilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiMatchPlayCouponsResponse
NameDescriptionTypeAdditional information
ResponseObject

Gets or sets the response object.

Collection of ApiTournamentByCoupons

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": [
    {
      "a": 1,
      "b": 2,
      "c": "sample string 3",
      "d": "sample string 4",
      "e": 5,
      "f": 6.0,
      "g": 1.0,
      "h": true,
      "m": 8,
      "n": 1.0,
      "o": 1.0,
      "p": "sample string 9",
      "q": "sample string 10",
      "r": "sample string 11",
      "t": 12,
      "u": 13,
      "aa": 1,
      "ab": 1,
      "ac": "sample string 14",
      "ad": "sample string 15",
      "ae": "sample string 16",
      "af": 1,
      "ag": "2025-12-06T06:55:19.9636177+02:00",
      "ah": "sample string 17"
    },
    {
      "a": 1,
      "b": 2,
      "c": "sample string 3",
      "d": "sample string 4",
      "e": 5,
      "f": 6.0,
      "g": 1.0,
      "h": true,
      "m": 8,
      "n": 1.0,
      "o": 1.0,
      "p": "sample string 9",
      "q": "sample string 10",
      "r": "sample string 11",
      "t": 12,
      "u": 13,
      "aa": 1,
      "ab": 1,
      "ac": "sample string 14",
      "ad": "sample string 15",
      "ae": "sample string 16",
      "af": 1,
      "ag": "2025-12-06T06:55:19.9636177+02:00",
      "ah": "sample string 17"
    }
  ],
  "ResponseType": 1,
  "ResponseMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<ApiMatchPlayCouponsResponse 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>
    <ApiTournamentByCoupons>
      <a>1</a>
      <aa>1</aa>
      <ab>1</ab>
      <ac>sample string 14</ac>
      <ad>sample string 15</ad>
      <ae>sample string 16</ae>
      <af>1</af>
      <ag>2025-12-06T06:55:19.9636177+02:00</ag>
      <ah>sample string 17</ah>
      <b>2</b>
      <c>sample string 3</c>
      <d>sample string 4</d>
      <e>5</e>
      <f>6</f>
      <g>1</g>
      <h>true</h>
      <m>8</m>
      <n>1</n>
      <o>1</o>
      <p>sample string 9</p>
      <q>sample string 10</q>
      <r>sample string 11</r>
      <t>12</t>
      <u>13</u>
    </ApiTournamentByCoupons>
    <ApiTournamentByCoupons>
      <a>1</a>
      <aa>1</aa>
      <ab>1</ab>
      <ac>sample string 14</ac>
      <ad>sample string 15</ad>
      <ae>sample string 16</ae>
      <af>1</af>
      <ag>2025-12-06T06:55:19.9636177+02:00</ag>
      <ah>sample string 17</ah>
      <b>2</b>
      <c>sample string 3</c>
      <d>sample string 4</d>
      <e>5</e>
      <f>6</f>
      <g>1</g>
      <h>true</h>
      <m>8</m>
      <n>1</n>
      <o>1</o>
      <p>sample string 9</p>
      <q>sample string 10</q>
      <r>sample string 11</r>
      <t>12</t>
      <u>13</u>
    </ApiTournamentByCoupons>
  </ResponseObject>
</ApiMatchPlayCouponsResponse>