POST Client/GetBetGamesClientStatementBetDetails
GetBetGamesClientStatementBetDetails
Request Information
URI Parameters
None.
Body Parameters
ApiClientStatementBetgamesLegFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| BetID | integer |
None. |
|
| IsCasinoBet | boolean |
None. |
|
| userID |
Gets or sets the user identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BetID": 1,
"IsCasinoBet": true,
"userID": 2
}
application/xml, text/xml
Sample:
<ApiClientStatementBetgamesLegFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models"> <userID>2</userID> <BetID>1</BetID> <IsCasinoBet>true</IsCasinoBet> </ApiClientStatementBetgamesLegFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseType | integer |
None. |
|
| ResponseMessage | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.