POST Casino/CasinoBet
Casino Bet
Request Information
URI Parameters
None.
Body Parameters
WepApiCasinoFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID |
Gets or sets the ClientID |
integer |
None. |
| CasinoClientID |
Gets or sets the CasinoClientID |
integer |
None. |
| TransactionID |
Gets or sets the TransactionID |
string |
None. |
| BetInfo |
Gets or sets the Bet |
string |
None. |
| BetID |
Gets or sets the BetID |
integer |
None. |
| Amount |
Gets or sets the Amount |
decimal number |
None. |
| Odds |
Gets or sets the Odds |
decimal number |
None. |
| TransactionDate |
Gets or sets the TransactionDate |
date |
None. |
| GameName |
Gets or sets the Game |
string |
None. |
| BetValue |
Gets or sets the BetValue |
string |
None. |
| TransactionDetailDate |
Gets or sets the TransactionDetailDate |
date |
None. |
| Reference | string |
None. |
|
| ProviderBetRefId | string |
None. |
|
| userID |
Gets or sets the user identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientID": 1,
"CasinoClientID": 2,
"TransactionID": "sample string 3",
"BetInfo": "sample string 4",
"BetID": 5,
"Amount": 6.0,
"Odds": 1.0,
"TransactionDate": "2025-12-06T06:56:36.3241017+02:00",
"GameName": "sample string 7",
"BetValue": "sample string 8",
"TransactionDetailDate": "2025-12-06T06:56:36.3241017+02:00",
"Reference": "sample string 9",
"ProviderBetRefId": "sample string 10",
"userID": 11
}
application/xml, text/xml
Sample:
<WepApiCasinoFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models"> <userID>11</userID> <Amount>6</Amount> <BetID>5</BetID> <BetInfo>sample string 4</BetInfo> <BetValue>sample string 8</BetValue> <CasinoClientID>2</CasinoClientID> <ClientID>1</ClientID> <GameName>sample string 7</GameName> <Odds>1</Odds> <ProviderBetRefId>sample string 10</ProviderBetRefId> <Reference>sample string 9</Reference> <TransactionDate>2025-12-06T06:56:36.3241017+02:00</TransactionDate> <TransactionDetailDate>2025-12-06T06:56:36.3241017+02:00</TransactionDetailDate> <TransactionID>sample string 3</TransactionID> </WepApiCasinoFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiCasinoBetTransactionResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseObject |
Gets or sets the response object. |
ApiCasinoBetTransaction |
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": {
"SucessMessage": "sample string 1",
"Success": true,
"Balance": 1.0,
"BonusBalance": 1.0,
"TransactionID": 1
},
"ResponseType": 1,
"ResponseMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<ApiCasinoBetTransactionResponse 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>
<Balance>1</Balance>
<BonusBalance>1</BonusBalance>
<Success>true</Success>
<SucessMessage>sample string 1</SucessMessage>
<TransactionID>1</TransactionID>
</ResponseObject>
</ApiCasinoBetTransactionResponse>