Response Information
Returns
A single schedule event.
Response Body
{
"RequestValid": 1,
"ItemsReturned": 1,
"ScheduleEvents": [{
"EventId": 1,
"EventDate": "5/11/2015 12:00:00 AM",
"EventName": "Ice Breaker",
"EventDescription": "",
"CancelType": "",
"CancelMessage": "",
"Track": [{
"TrackId": 1,
"TrackName": "Sample Track",
"TrackCity": "Madison",
"TrackState": "WI",
"TrackCountry": ""
}],
"Classes": [{
"ClassId": 1000,
"ClassName": "410 Sprints - Winged",
"ClassNameOverride": ""
}],
"Tickets": [{
"TicketSiteId": 10000,
"TicketSiteName": "Sample Track",
"TicketSiteUrl": "sampletrack.com",
"TicketPurchaseLink": "http://market.myracepass.com/store/tickets/.....",
"TicketEventName": "Kids night at the Track (5/12/2015)",
"TicketStartDate": "5/6/2015 12:00:00 AM",
"TicketEndDate": "5/12/2015 11:59:00 AM",
"TicketsAvailable": [{
"TicketName": "Adult General Admission",
"TicketPrice": 10,
"TicketSalePrice": 0,
"TicketOnSale": 0,
"TicketQty": 500
}, {
"TicketName": "Kids General Admission",
"TicketPrice": 5,
"TicketSalePrice": 0,
"TicketOnSale": 0,
"TicketQty": 500
}, {
"TicketName": "Senior General Admission",
"TicketPrice": 8,
"TicketSalePrice": 0,
"TicketOnSale": 0,
"TicketQty": 500
}, {
"TicketName": "Adult VIP Call for Reservations 918-434-7223",
"TicketPrice": 20,
"TicketSalePrice": 0,
"TicketOnSale": 0,
"TicketQty": -1
}, {
"TicketName": "Kids VIP Call for Reservations 918-434-7223",
"TicketPrice": 20,
"TicketSalePrice": 0,
"TicketOnSale": 0,
"TicketQty": -1
}, {
"TicketName": "Pit Pass",
"TicketPrice": 30,
"TicketSalePrice": 0,
"TicketOnSale": 0,
"TicketQty": 500
}]
}],
"Results": [{
"ResultPlace": 1,
"ResultStart": 0,
"ResultTime": "",
"ResultCarNum": "15",
"ResultDNF": 0,
"ResultDNS": 0,
"ResultDQ": 0,
"Driver": [{
"DriverId": "1",
"DriverFName": "Sample",
"DriverLName": "Driver",
"DriverSuffix": "",
"DriverCity": "Madison",
"DriverState": "WI",
"DriverCountry": ""
}]
}, {
"ResultPlace": 2,
"ResultStart": 0,
"ResultTime": "",
"ResultCarNum": "18",
"ResultDNF": 0,
"ResultDNS": 0,
"ResultDQ": 0,
"Driver": [{
"DriverId": "2",
"DriverFName": "Johnny",
"DriverLName": "Driver",
"DriverSuffix": "",
"DriverCity": "Appleton",
"DriverState": "WI",
"DriverCountry": ""
}]
}]
}],
"RequestCached": 0
}