| name | data type | description | 
|---|---|---|
| VehicleMonitoringRequest | VehicleMonitoringRequestStructure | |
| IncrementalUpdates | boolean | |
| UpdateInterval | Duration | |
| ChangeBeforeUpdates | Duration | |
Properties inherited from AbstractSubscriptionStructure | 
        ||
| SubscriberRef | RequestorRef | |
| SubscriptionIdentifier | SubscriptionQualifierStructure | |
| InitialTerminationTime | string | |
Example
{
  "VehicleMonitoringRequest" : {
    "VehicleMonitoringRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "Language" : "...",
    "MaximumVehicles" : 12345,
    "VehicleMonitoringDetailLevel" : "minimum",
    "Extensions" : {
      "any" : { }
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  },
  "IncrementalUpdates" : true,
  "UpdateInterval" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ChangeBeforeUpdates" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "SubscriberRef" : {
    "value" : "..."
  },
  "SubscriptionIdentifier" : {
    "value" : "..."
  },
  "InitialTerminationTime" : "..."
}