| name | data type | description |
|---|---|---|
| RecordedCall | array of RecordedCall |
Example
{
"RecordedCall" : [ {
"StopPointRef" : {
"value" : "..."
},
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"Cancellation" : true,
"ExtraCall" : true,
"PredictionInaccurate" : true,
"Occupancy" : "seatsAvailable",
"AimedArrivalTime" : "...",
"ExpectedArrivalTime" : "...",
"ActualArrivalTime" : "...",
"ArrivalPlatformName" : {
"value" : "...",
"lang" : "..."
},
"AimedDepartureTime" : "...",
"ExpectedDepartureTime" : "...",
"DeparturePlatformName" : {
"value" : "...",
"lang" : "..."
},
"ActualDepartureTime" : "...",
"AimedHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ExpectedHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ActualHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"Extensions" : {
"anies" : [ { }, { } ]
}
}, {
"StopPointRef" : {
"value" : "..."
},
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"Cancellation" : true,
"ExtraCall" : true,
"PredictionInaccurate" : true,
"Occupancy" : "full",
"AimedArrivalTime" : "...",
"ExpectedArrivalTime" : "...",
"ActualArrivalTime" : "...",
"ArrivalPlatformName" : {
"value" : "...",
"lang" : "..."
},
"AimedDepartureTime" : "...",
"ExpectedDepartureTime" : "...",
"DeparturePlatformName" : {
"value" : "...",
"lang" : "..."
},
"ActualDepartureTime" : "...",
"AimedHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ExpectedHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ActualHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"Extensions" : {
"anies" : [ { }, { } ]
}
} ]
}