| name | data type | description |
|---|---|---|
| StopTimetableDelivery | StopTimetableDeliveryStructure |
Example
{
"StopTimetableDelivery" : {
"TimetabledStopVisit" : [ {
"MonitoringRef" : { },
"TargetedVehicleJourney" : { },
"Extensions" : { },
"ItemIdentifier" : "...",
"RecordedAtTime" : "..."
}, {
"MonitoringRef" : { },
"TargetedVehicleJourney" : { },
"Extensions" : { },
"ItemIdentifier" : "...",
"RecordedAtTime" : "..."
} ],
"TimetabledStopVisitCancellation" : [ {
"MonitoringRef" : { },
"VisitNumber" : 12345,
"LineRef" : { },
"DirectionRef" : { },
"FramedVehicleJourneyRef" : { },
"JourneyPatternRef" : { },
"VehicleMode" : [ "metro", "metro" ],
"RouteRef" : { },
"PublishedLineName" : { },
"DirectionName" : { },
"ExternalLineRef" : { },
"Extensions" : { },
"ItemRef" : { },
"RecordedAtTime" : "..."
}, {
"MonitoringRef" : { },
"VisitNumber" : 12345,
"LineRef" : { },
"DirectionRef" : { },
"FramedVehicleJourneyRef" : { },
"JourneyPatternRef" : { },
"VehicleMode" : [ "bus", "ferry" ],
"RouteRef" : { },
"PublishedLineName" : { },
"DirectionName" : { },
"ExternalLineRef" : { },
"Extensions" : { },
"ItemRef" : { },
"RecordedAtTime" : "..."
} ],
"Extensions" : {
"any" : { }
},
"version" : "...",
"SubscriberRef" : {
"value" : "..."
},
"SubscriptionFilterRef" : {
"value" : "..."
},
"SubscriptionRef" : {
"value" : "..."
},
"RequestMessageRef" : {
"value" : "..."
},
"Status" : true,
"ErrorCondition" : {
"OtherError" : { },
"AllowedResourceUsageExceededError" : { },
"NoInfoForTopicError" : { },
"AccessNotAllowedError" : { },
"CapabilityNotSupportedError" : { },
"Description" : { }
},
"ValidUntil" : "...",
"ShortestPossibleCycle" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"DefaultLanguage" : "...",
"ResponseTimestamp" : "..."
}
}