Keep Alive

Modified on Mon, 21 Feb 2022 at 05:13 PM

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

AttributesData TypeDescription
ActiveEventintFixtureId 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

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article