name | data type | description |
---|---|---|
VehicleMonitoringRef | VehicleMonitoringRefStructure | |
LineRef | LineRef | |
VehicleRef | VehicleRef | |
DirectionRef | DirectionRefStructure | |
Language | string | |
IncludeTranslations | boolean | |
MaximumVehicles | number | |
VehicleMonitoringDetailLevel | VehicleMonitoringDetailEnumeration | |
MaximumNumberOfCalls | MaximumNumberOfCalls | |
IncludeSituations | boolean | |
Extensions | Extensions | |
version | string | |
Properties inherited from AbstractServiceRequestStructure |
||
MessageIdentifier | MessageQualifierStructure | |
Properties inherited from AbstractRequestStructure |
||
RequestTimestamp | string |
Example
{ "VehicleMonitoringRef" : { "value" : "..." }, "LineRef" : { "value" : "..." }, "VehicleRef" : { "value" : "..." }, "DirectionRef" : { "value" : "..." }, "Language" : "...", "IncludeTranslations" : true, "MaximumVehicles" : 12345, "VehicleMonitoringDetailLevel" : "minimum", "MaximumNumberOfCalls" : { "Previous" : 12345, "Onwards" : 12345 }, "IncludeSituations" : 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" : { } } ] }, "version" : "...", "MessageIdentifier" : { "value" : "..." }, "RequestTimestamp" : "..." }