Attributes of fixture_change tags are event_id, product, timestamp and change_type (Optional)
Tag event_id represent ID of event for which the date is for(match/outright).
Tag product representing type of feed that message belongs.
Product ID | Product Description | Product Status |
---|---|---|
3 | Pre-match | Available |
1 | Live odds | Not available |
Tag change_type if specified, declares what type of change it is (changed name, added new competitor).
For change of match date the details are in the message. Otherwise, the new fixture has to be requested from the API.
1=NAME is changed, 2=competitor is added
...
Date change
When date of match is changed, new date is sent inside fixture_change tag, in the following format:
Code Block | ||
---|---|---|
| ||
<fixture_change event_id="match:22650837" product="3" start_time="2021-02-20T16:00:00+0000" timestamp="1612968277297"/> |
Attributes of fixture_change tags are event_id, product, start_time and timestamp.
Tag event_id represent ID of event for which the date is for.
Tag product representing type of feed that message belongs.
...
Product ID
...
Product Description
...
Product Status
...
3
...
Pre-match
...
Available
...
1
...
Live odds
...
Tag start_time is new date of match.