...
ID | DESCRIPTION |
---|---|
1 | This indicates that a new Fixture was published |
2 | This indicates that there was a change in Date & Time |
Each event_id is sent in a seperate message therefore each fixture_change message can only containt 1 event ID.
...
When you receive the message above you should call the following API to get the latest Fixture Data.:
XML Example
Code Block |
---|
<?xml version='1.0' encoding='utf-8'?> <fixture_change event_id="match:131754" change_id="1" product_id="1" timestamp="1695889437000"/> |
...