POST Event/GetEventBetTypeDetailAll
Gets the event bet type market details for whole event.
Request Information
URI Parameters
None.
Body Parameters
ApiEventBetTypeDetailAllRequestFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| eventID |
Gets or sets the event identifier. |
integer |
None. |
| userID |
Gets or sets the user identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"eventID": 1,
"userID": 2
}
application/xml, text/xml
Sample:
<ApiEventBetTypeDetailAllRequestFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models"> <userID>2</userID> <eventID>1</eventID> </ApiEventBetTypeDetailAllRequestFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiEventBetTypeDetailAllResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseObject |
Gets or sets the response object. |
Collection of ApiEventBetTypeDetailAll |
None. |
| eventID | integer |
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,
"t": 13
},
{
"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,
"t": 13
}
],
"eventID": 1,
"ResponseType": 2,
"ResponseMessage": "sample string 3"
}
application/xml, text/xml
Sample:
<ApiEventBetTypeDetailAllResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
<ResponseMessage>sample string 3</ResponseMessage>
<ResponseType>2</ResponseType>
<ResponseObject>
<ApiEventBetTypeDetailAll>
<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>
<t>13</t>
</ApiEventBetTypeDetailAll>
<ApiEventBetTypeDetailAll>
<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>
<t>13</t>
</ApiEventBetTypeDetailAll>
</ResponseObject>
<eventID>1</eventID>
</ApiEventBetTypeDetailAllResponse>