GET | /qry/recentSuperWinWinners |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
RecentWinners | form | Queue<SuperWinWinner> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
IsDrawn | form | bool | No | |
DrawnAtUtc | form | DateTime | No | |
RoundId | form | string | No | |
BetId | form | string | No | |
SlipId | form | string | No | |
Origin | form | Origin | No | |
Bettor | form | Ref | No | |
Code | form | string | No | |
Amount | form | decimal | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Application | form | BettingApp | No | |
IP | form | string | No | |
Organization | form | Ref | No | |
Region | form | Ref | No | |
LocationGroup | form | Ref | No | |
Location | form | Ref | No | |
Device | form | Ref | No | |
Clerk | form | Ref | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Name | form | string | No | |
Version | form | string | No | |
IsSelfService | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | Yes | |
Val | form | string | Yes |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /qry/recentSuperWinWinners HTTP/1.1 Host: s4w2.api.bengabet.webhop.biz Accept: application/json
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"id":"RecentSuperWinWinners-1","recentWinners":[]}