Outright League Fixture

The following format will be sent for outright league fixtures

<Header>
	<Type>38</Type>
	<MsgSeq>1</MsgSeq>
	<MsgGuid>f2e6f2b1-c737-4847-bd8f-c8505daf104f</MsgGuid>
	<CreationDate>2024-06-25T08:18:00.8515215Z</CreationDate>
	<ServerTimestamp>1719303480851</ServerTimestamp>
</Header>
<Body>
	<Competition>
		<Id>67</Id>
		<Name>Premier League</Name>
		<Type>3</Type>
		<Competitions>
			<Id>2029</Id>
			<Name>2023/2024</Name>
			<Type>4</Type>
			<Events>
				<FixtureId>22751084</FixtureId>
				<OutrightLeague>
					<Subscription>
						<Type>2</Type>
						<Status>1</Status>
					</Subscription>
					<Sport>
						<Name>Football</Name>
					</Sport>
					<Location>
						<Id>248</Id>
						<Name>International</Name>
					</Location>
					<LastUpdate>2024-06-25T08:17:39.179941Z</LastUpdate>
					<Status>1</Status>
					<ExtraData>
						<Name>WithLivescore</Name>
						<Value>false</Value>
					</ExtraData>
					<ExtraData>
						<Name>WithInPlay</Name>
						<Value>false</Value>
					</ExtraData>
				</OutrightLeague>
				<Livescore></Livescore>
				<Markets></Markets>
			</Events>
		</Competitions>
	</Competition>
</Body>

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