Fixture Message Structure
Common Header
Field
Type
Nullable
Notes
Fixtures (shared contract)
{
"header": {
"MessageId": "d9e1a4e6-2a44-4a3d-9bbd-0a9a7f5e1c2d",
"Timestamp": "2025-11-04T19:45:00Z",
"MessageType": 1
},
"body": {
"fixtureId": 123456,
"status": 1,
"startDate": "2025-11-04T19:45:00Z",
"sport": { "id": 6046, "name": "Football" },
"league": { "id": 1001, "name": "Premier League" },
"location":{ "id": 250, "name": "England" },
"participants": [
{ "id": 9001, "name": "Arsenal", "position": 1 },
{ "id": 9002, "name": "Chelsea", "position": 2 }
]
}
}Field
Type
Nullable
Notes
Field
Type
Nullable
Notes
Value
Name
Description
Last updated
Was this helpful?