| name | data type | description |
|---|---|---|
| EstimatedTimetableRequest | EstimatedTimetableRequestStructure | |
| IncrementalUpdates | boolean | |
| ChangeBeforeUpdates | Duration | |
Properties inherited from AbstractSubscriptionStructure |
||
| SubscriberRef | ParticipantRefStructure | |
| SubscriptionIdentifier | SubscriptionQualifierStructure | |
| InitialTerminationTime | string | |
Example
{
"EstimatedTimetableRequest" : {
"PreviewInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"TimetableVersionRef" : {
"value" : "..."
},
"OperatorRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"lineDirectionGroup" : [ {
"LineRef" : {
"value" : "..."
}
}, {
"DirectionRef" : {
"value" : "..."
}
} ],
"Language" : "...",
"Extensions" : {
"any" : { }
},
"version" : "...",
"RequestTimestamp" : "...",
"MessageIdentifier" : {
"value" : "..."
}
},
"IncrementalUpdates" : true,
"ChangeBeforeUpdates" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"SubscriberRef" : {
"value" : "..."
},
"SubscriptionIdentifier" : {
"value" : "..."
},
"InitialTerminationTime" : "..."
}