| name | data type | description |
|---|---|---|
| ProductionTimetableRequest | ProductionTimetableRequestStructure | |
| IncrementalUpdates | boolean | |
| Extensions | Extensions | |
Properties inherited from AbstractSubscriptionStructure |
||
| SubscriberRef | RequestorRef | |
| SubscriptionIdentifier | SubscriptionQualifierStructure | |
| InitialTerminationTime | string | |
Example
{
"ProductionTimetableRequest" : {
"ValidityPeriod" : {
"StartTime" : "...",
"EndTime" : "..."
},
"TimetableVersionRef" : {
"value" : "..."
},
"OperatorRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"Lines" : {
"LineDirection" : [ { }, { } ]
},
"Language" : "...",
"IncludeTranslations" : true,
"IncrementalUpdates" : true,
"Extensions" : {
"anies" : [ { }, { } ]
},
"version" : "...",
"MessageIdentifier" : {
"value" : "..."
},
"RequestTimestamp" : "..."
},
"IncrementalUpdates" : true,
"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" : "..."
}