| name | data type | description |
|---|---|---|
| EstimatedCall | array of EstimatedCallStructure |
Example
{
"EstimatedCall" : [ {
"StopPointRef" : {
"value" : "..."
},
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : {
"value" : "...",
"lang" : "..."
},
"ExtraCall" : true,
"Cancellation" : true,
"PredictionInaccurate" : true,
"Occupancy" : "seatsAvailable",
"TimingPoint" : true,
"BoardingStretch" : true,
"RequestStop" : true,
"DestinationDisplay" : {
"value" : "...",
"lang" : "..."
},
"CallNote" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"SituationRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"FacilityChange" : {
"EquipmentAvailability" : { },
"SituationRef" : { },
"MobilityDisruption" : { }
},
"AimedArrivalTime" : "...",
"ExpectedArrivalTime" : "...",
"ArrivalStatus" : "cancelled",
"ArrivalPlatformName" : {
"value" : "...",
"lang" : "..."
},
"ArrivalBoardingActivity" : "alighting",
"AimedDepartureTime" : "...",
"ExpectedDepartureTime" : "...",
"DepartureStatus" : "onTime",
"DeparturePlatformName" : {
"value" : "...",
"lang" : "..."
},
"DepartureBoardingActivity" : "boarding",
"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
},
"Extensions" : {
"any" : { }
}
}, {
"StopPointRef" : {
"value" : "..."
},
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : {
"value" : "...",
"lang" : "..."
},
"ExtraCall" : true,
"Cancellation" : true,
"PredictionInaccurate" : true,
"Occupancy" : "standingAvailable",
"TimingPoint" : true,
"BoardingStretch" : true,
"RequestStop" : true,
"DestinationDisplay" : {
"value" : "...",
"lang" : "..."
},
"CallNote" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"SituationRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"FacilityChange" : {
"EquipmentAvailability" : { },
"SituationRef" : { },
"MobilityDisruption" : { }
},
"AimedArrivalTime" : "...",
"ExpectedArrivalTime" : "...",
"ArrivalStatus" : "onTime",
"ArrivalPlatformName" : {
"value" : "...",
"lang" : "..."
},
"ArrivalBoardingActivity" : "alighting",
"AimedDepartureTime" : "...",
"ExpectedDepartureTime" : "...",
"DepartureStatus" : "arrived",
"DeparturePlatformName" : {
"value" : "...",
"lang" : "..."
},
"DepartureBoardingActivity" : "passThru",
"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
},
"Extensions" : {
"any" : { }
}
} ]
}