| name | data type | description |
|---|---|---|
| ConnectionMonitoringRequest | ConnectionMonitoringRequestStructure | |
| ChangeBeforeUpdates | Duration | |
| Extensions | Extensions | |
Properties inherited from AbstractSubscriptionStructure |
||
| SubscriberRef | RequestorRef | |
| SubscriptionIdentifier | SubscriptionQualifierStructure | |
| InitialTerminationTime | string | |
Example
{
"ConnectionMonitoringRequest" : {
"PreviewInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ConnectionLinkRef" : {
"value" : "..."
},
"ConnectingJourneyFilter" : [ {
"DatedVehicleJourneyRef" : "...",
"VisitNumber" : 12345,
"TimetabledArrivalTime" : "..."
}, {
"DatedVehicleJourneyRef" : "...",
"VisitNumber" : 12345,
"TimetabledArrivalTime" : "..."
} ],
"ConnectingTimeFilter" : {
"LineRef" : { },
"DirectionRef" : { },
"EarliestArrivalTime" : "...",
"LatestArrivalTime" : "..."
},
"Language" : "...",
"IncludeTranslations" : true,
"ConnectionMonitoringDetailLevel" : "full",
"Extensions" : {
"anies" : [ { }, { } ]
},
"version" : "...",
"MessageIdentifier" : {
"value" : "..."
},
"RequestTimestamp" : "..."
},
"ChangeBeforeUpdates" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"Extensions" : {
"anies" : [ {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}, {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
} ]
},
"SubscriberRef" : {
"value" : "..."
},
"SubscriptionIdentifier" : {
"value" : "..."
},
"InitialTerminationTime" : "..."
}