Six4Win.WebApi

<back to all web services

FindRoundResults

The following routes are available for this service:
All Verbs/qry/rounds/results
FindRoundResults Parameters:
NameParameterData TypeRequiredDescription
RoundIdquerystringNo
FilterquerystringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /qry/rounds/results HTTP/1.1 
Host: s4w2.api.bengabet.webhop.biz 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"roundId":"String","filter":"String"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

[{"id":"String","sequence":"String","createdAt":"0001-01-01T00:00:00.0000000Z","superWinInfo":{"isActive":false,"winner":{"isDrawn":false,"drawnAtUtc":"0001-01-01T00:00:00.0000000Z","roundId":"String","betId":"String","slipId":"String","origin":{"application":{"name":"String","version":"String","isSelfService":false},"ip":"String","organization":{"id":"String","val":"String"},"region":{"id":"String","val":"String"},"locationGroup":{"id":"String","val":"String"},"location":{"id":"String","val":"String"},"device":{"id":"String","val":"String"},"clerk":{"id":"String","val":"String"}},"bettor":{"id":"String","val":"String"},"code":"String","amount":0},"availableAmount":0,"allPrizesAwarded":false}}]