Outright Fixture

The following format will be sent for outright fixtures

<Header>
	<Type>37</Type>
	<MsgSeq>1</MsgSeq>
	<MsgGuid>7b0cadae-0b61-4a3a-a739-718fd0bbce02</MsgGuid>
	<CreationDate>2024-06-25T14:03:24.9538493Z</CreationDate>
	<ServerTimestamp>1719324204953</ServerTimestamp>
</Header>
<Body>
	<Competition>
		<Id>11217</Id>
		<Name>Antepost</Name>
		<Type>1</Type>
		<Events>
			<FixtureId>22751994</FixtureId>
			<OutrightFixture>
				<Subscription>
					<Type>2</Type>
					<Status>1</Status>
				</Subscription>
				<Sport>
					<Id>687888</Id>
					<Name>Horse Racing</Name>
				</Sport>
				<Location>
					<Id>2</Id>
					<Name>Great Britain</Name>
				</Location>
				<StartDate>2024-06-26T14:02:59.348219Z</StartDate>
				<LastUpdate>2024-06-25T14:03:04.397273Z</LastUpdate>
				<Status>1</Status>
				<Participants>
					<Id>51990374</Id>
					<Name>Cheltenham</Name>
					<Position>1</Position>
					<IsActive>1</IsActive>
					<ExtraData>
						<Name>Color</Name>
						<Value>Bay</Value>
					</ExtraData>
					<ExtraData>
						<Name>DamSire</Name>
						<Value>Trebrook</Value>
					</ExtraData>
					<ExtraData>
						<Name>Gender</Name>
						<Value>Gelding</Value>
					</ExtraData>
					<ExtraData>
						<Name>ProviderParticipantId</Name>
						<Value>36961950</Value>
					</ExtraData>
					<ExtraData>
						<Name>Sire</Name>
						<Value>Voix Du Nord</Value>
					</ExtraData>
				</Participants>
				<Participants>
					<Id>51990385</Id>
					<Name>Cheltenham Day 3</Name>
					<Position>2</Position>
					<IsActive>1</IsActive>
				</Participants>
				<Participants>
					<Id>52023599</Id>
					<Name>Catterick</Name>
					<Position>3</Position>
					<IsActive>1</IsActive>
				</Participants>
				<Participants>
					<Id>52027843</Id>
					<Name>Cheltenham Day 2</Name>
					<Position>4</Position>
					<IsActive>1</IsActive>
				</Participants>
				<Participants>
					<Id>52031169</Id>
					<Name>Cheltenham Day 1</Name>
					<Position>5</Position>
					<IsActive>1</IsActive>
				</Participants>
				<Participants>
					<Id>52052758</Id>
					<Name>Perth</Name>
					<Position>6</Position>
					<IsActive>1</IsActive>
				</Participants>
				<Participants>
					<Id>52163726</Id>
					<Name>Uttoxeter</Name>
					<Position>7</Position>
					<IsActive>1</IsActive>
				</Participants>
				<Participants>
					<Id>52193184</Id>
					<Name>Chelmsford City</Name>
					<Position>8</Position>
					<IsActive>1</IsActive>
				</Participants>
				<ExtraData>
					<Name>WithInPlay</Name>
					<Value>false</Value>
				</ExtraData>
				<ExtraData>
					<Name>WithLivescore</Name>
					<Value>false</Value>
				</ExtraData>
			</OutrightFixture>
			<Livescore></Livescore>
			<Markets></Markets>
		</Events>
	</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

The competition type

List

List of events

Event.FixtureId

int

The unique ID of the fixture

OutrightFixture 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

StartDate

DateTime

Timestamp representing the fixture start time

LastUpdate

DateTime

Timestamp representing the last time the fixture was updated

enum

The current status of the event

List

List of Participants

List

List of ExtraData

Last updated