ConnectionMonitoringRequestStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
PreviewInterval Duration
ConnectionLinkRef ConnectionLinkRef
ConnectingJourneyFilter array of ConnectingJourneyFilterStructure
ConnectingTimeFilter ConnectingTimeFilterStructure
Language string
Extensions Extensions
version string
Properties inherited from AbstractServiceRequestStructure
MessageIdentifier MessageQualifierStructure
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

{
  "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" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "EarliestArrivalTime" : "...",
    "LatestArrivalTime" : "..."
  },
  "Language" : "...",
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "version" : "...",
  "MessageIdentifier" : {
    "value" : "..."
  },
  "RequestTimestamp" : "..."
}