POST Event/GetEventBetTypeDetail

Gets the event bet type market details.

Request Information

URI Parameters

None.

Body Parameters

ApiEventBetTypeDetailRequestFilter
NameDescriptionTypeAdditional information
eventBetTypeMapID

Gets or sets the event bet type map identifier.

integer

None.

userID

Gets or sets the user identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "eventBetTypeMapID": 1,
  "userID": 2
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiEventBetTypeDetailResponse
NameDescriptionTypeAdditional information
ResponseObject

Gets or sets the response object.

Collection of ApiEventBetTypeDetail

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": 1.0,
      "g": 1.0,
      "h": true,
      "i": true,
      "j": 1,
      "k": true,
      "l": 8,
      "m": 9,
      "n": 1.0,
      "o": 1.0,
      "p": "sample string 10",
      "q": "sample string 11",
      "r": "sample string 12",
      "s": 1.0
    },
    {
      "a": 1,
      "b": 2,
      "c": "sample string 3",
      "d": "sample string 4",
      "e": 5,
      "f": 1.0,
      "g": 1.0,
      "h": true,
      "i": true,
      "j": 1,
      "k": true,
      "l": 8,
      "m": 9,
      "n": 1.0,
      "o": 1.0,
      "p": "sample string 10",
      "q": "sample string 11",
      "r": "sample string 12",
      "s": 1.0
    }
  ],
  "ResponseType": 1,
  "ResponseMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<ApiEventBetTypeDetailResponse 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>
    <ApiEventBetTypeDetail>
      <a>1</a>
      <b>2</b>
      <c>sample string 3</c>
      <d>sample string 4</d>
      <e>5</e>
      <f>1</f>
      <g>1</g>
      <h>true</h>
      <i>true</i>
      <j>1</j>
      <k>true</k>
      <l>8</l>
      <m>9</m>
      <n>1</n>
      <o>1</o>
      <p>sample string 10</p>
      <q>sample string 11</q>
      <r>sample string 12</r>
      <s>1</s>
    </ApiEventBetTypeDetail>
    <ApiEventBetTypeDetail>
      <a>1</a>
      <b>2</b>
      <c>sample string 3</c>
      <d>sample string 4</d>
      <e>5</e>
      <f>1</f>
      <g>1</g>
      <h>true</h>
      <i>true</i>
      <j>1</j>
      <k>true</k>
      <l>8</l>
      <m>9</m>
      <n>1</n>
      <o>1</o>
      <p>sample string 10</p>
      <q>sample string 11</q>
      <r>sample string 12</r>
      <s>1</s>
    </ApiEventBetTypeDetail>
  </ResponseObject>
</ApiEventBetTypeDetailResponse>