Keep-alive messages contain an array of fixture IDs. These IDs are of the events that are live.
Note: When there are no events available (no orders/no live events), an empty KeepAlive message will be sent.
XML
<KeepAlive> <ActiveEvent>1234</ActiveEvent> <ActiveEvent>1111</ActiveEvent> <ActiveEvent>6213</ActiveEvent> <ActiveEvent>4021</ActiveEvent> </KeepAlive>
Json
{ "KeepAlive": { "ActiveEvent": [ "1234", "1111", "6213", "4021" ] } }
Model
Attributes | Data Type | Description |
---|---|---|
ActiveEvent | int | FixtureId of a live event |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article