All Verbs | /qry/lcp/accumulations |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
Accumulations | form | Dictionary<string, LCPAccumulation> | No | |
CurrentRoundId | form | string | No | |
InertCode | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
LocId | form | string | No | |
LocName | form | string | No | |
Amount | form | decimal | No | |
Threshold | form | decimal | No | |
Cfg | form | LCPConfiguration | No | |
Winners | form | Queue<Winner> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
IsActive | form | bool | No | |
Interval | form | ThresholdInterval | No | |
Pct | form | decimal | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Start | form | decimal | No | |
End | form | decimal | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
RoundId | form | string | No | |
SlipId | form | string | No | |
BetId | form | string | No | |
Code | form | string | No | |
Amount | form | decimal | No |
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.
POST /qry/lcp/accumulations HTTP/1.1
Host: s4w2.api.bengabet.webhop.biz
Accept: application/json
Content-Type: application/json
Content-Length: length
{}
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"id":"String","accumulations":{"String":{"locId":"String","locName":"String","amount":0,"threshold":0,"cfg":{"isActive":false,"interval":{"start":0,"end":0},"pct":0},"winners":[]}},"currentRoundId":"String","inertCode":"String"}