| name | data type | description |
|---|---|---|
| ConnectionMonitoringRequest | ConnectionMonitoringRequestStructure | |
| ChangeBeforeUpdates | Duration | |
Properties inherited from AbstractSubscriptionStructure |
||
| SubscriberRef | ParticipantRefStructure | |
| SubscriptionIdentifier | SubscriptionQualifierStructure | |
| InitialTerminationTime | string | |
Example
{
"ConnectionMonitoringRequest" : {
"PreviewInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ConnectionLinkRef" : {
"value" : "..."
},
"ConnectingTimeFilter" : {
"LineRef" : { },
"DirectionRef" : { },
"EarliestArrivalTime" : "...",
"LatestArrivalTime" : "..."
},
"ConnectingJourneyFilter" : [ {
"DatedVehicleJourneyRef" : "...",
"VisitNumber" : 12345,
"TimetabledArrivalTime" : "..."
}, {
"DatedVehicleJourneyRef" : "...",
"VisitNumber" : 12345,
"TimetabledArrivalTime" : "..."
} ],
"Language" : "...",
"Extensions" : {
"any" : { }
},
"version" : "...",
"RequestTimestamp" : "...",
"MessageIdentifier" : {
"value" : "..."
}
},
"ChangeBeforeUpdates" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"SubscriberRef" : {
"value" : "..."
},
"SubscriptionIdentifier" : {
"value" : "..."
},
"InitialTerminationTime" : "..."
}