FacilityMonitoringSubscriptionStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
FacilityMonitoringRequest FacilityMonitoringRequestStructure
IncrementalUpdates boolean
Properties inherited from AbstractSubscriptionStructure
SubscriberRef RequestorRef
SubscriptionIdentifier SubscriptionQualifierStructure
InitialTerminationTime string

Example

{
  "FacilityMonitoringRequest" : {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "StartTime" : "...",
    "FacilityRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "FeatureRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "StopPointRef" : {
      "value" : "..."
    },
    "ConnectionLinkRef" : {
      "value" : "..."
    },
    "VehicleJourneyRef" : {
      "value" : "..."
    },
    "InterchangeRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "StopPlaceRef" : {
      "value" : "..."
    },
    "StopPlaceComponentRef" : {
      "value" : "..."
    },
    "AccessibilityNeedsFilter" : [ {
      "UserNeed" : [ { }, { } ]
    }, {
      "UserNeed" : [ { }, { } ]
    } ],
    "Language" : "...",
    "MaximumNumberOfFacilityConditions" : 12345,
    "Extensions" : {
      "any" : { }
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  },
  "IncrementalUpdates" : true,
  "SubscriberRef" : {
    "value" : "..."
  },
  "SubscriptionIdentifier" : {
    "value" : "..."
  },
  "InitialTerminationTime" : "..."
}