Outright League Fixture
The following format will be sent for outright league fixtures
Model
Element | Data Type | Description |
Competition.Id | int | The unique ID of the competition |
Competition.Name | name | The competition name |
Competition.Type | enum | Type 3 is League,Type 4 is Season |
List | List of events | |
Event.FixtureId | int | The unique ID of the fixture |
OutrightLeague Model
Element | Data Type | Description |
enum | Your package type | |
enum | The current subscription status of the event in your package | |
Sport.Id | int | The unique ID of the sport |
Sport.Name | name | The name of the sport |
Location.Id | int | The unique ID of the location |
Location.Name | name | The name of the location |
LastUpdate | DateTime | Timestamp representing the last time the fixture was updated |
enum | The current status of the event | |
List | List of ExtraData |
Last updated