| GET,POST | /Flucs | Gets the Flucs for a given race. | Gets Event Flucs. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| EventId | body | int | No | EventId |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Items | form | List<OutcomeFluc> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| OutcomeId | form | int | No | |
| Flucs | form | List<Fluc> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Offset | form | int | No | |
| Price | form | decimal | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Flucs HTTP/1.1
Host: tstextweb20.np.bluebet.com.au
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
EventId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
Items:
[
{
OutcomeId: 0,
Flucs:
[
{
}
]
}
]
}