POST DreamCasino/debit
Request Information
URI Parameters
None.
Body Parameters
CasinoReqDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| operatorId | string |
None. |
|
| token | string |
None. |
|
| userId | string |
None. |
|
| reqId | string |
None. |
|
| transactionId | string |
None. |
|
| gameId | string |
None. |
|
| tableId | string |
None. |
|
| roundId | string |
None. |
|
| creditAmount | decimal number |
None. |
|
| debitAmount | decimal number |
None. |
|
| betType | string |
None. |
|
| rollbackAmount | integer |
None. |
|
| rollbackType | string |
None. |
|
| rollbackReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"operatorId": "sample string 1",
"token": "sample string 2",
"userId": "sample string 3",
"reqId": "sample string 4",
"transactionId": "sample string 5",
"gameId": "sample string 6",
"tableId": "sample string 7",
"roundId": "sample string 8",
"creditAmount": 9.1,
"debitAmount": 10.1,
"betType": "sample string 11",
"rollbackAmount": 12,
"rollbackType": "sample string 13",
"rollbackReason": "sample string 14"
}
application/xml, text/xml
Sample:
<CasinoReqDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FixWebApi.Models.DreamCasinoDTO"> <betType>sample string 11</betType> <creditAmount>9.1</creditAmount> <debitAmount>10.1</debitAmount> <gameId>sample string 6</gameId> <operatorId>sample string 1</operatorId> <reqId>sample string 4</reqId> <rollbackAmount>12</rollbackAmount> <rollbackReason>sample string 14</rollbackReason> <rollbackType>sample string 13</rollbackType> <roundId>sample string 8</roundId> <tableId>sample string 7</tableId> <token>sample string 2</token> <transactionId>sample string 5</transactionId> <userId>sample string 3</userId> </CasinoReqDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.