| name | data type | description |
|---|---|---|
| PreviewInterval | Duration | |
| StartTime | string | |
| MonitoringRef | MonitoringRefStructure | |
| OperatorRef | OperatorRefStructure | |
| LineRef | LineRefStructure | |
| DirectionRef | DirectionRefStructure | |
| DestinationRef | DestinationRefStructure | |
| StopVisitTypes | StopVisitTypeEnumeration | |
| Language | string | |
| MaximumStopVisits | number | |
| MinimumStopVisitsPerLine | number | |
| MaximumTextLength | number | |
| StopMonitoringDetailLevel | StopMonitoringDetailEnumeration | |
| MaximumNumberOfCalls | MaximumNumberOfCalls | |
| Extensions | ExtensionsStructure | |
| version | string | |
Properties inherited from AbstractServiceRequestStructure |
||
| RequestTimestamp | string | |
| MessageIdentifier | MessageQualifierStructure | |
Example
{
"PreviewInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"StartTime" : "...",
"MonitoringRef" : {
"value" : "..."
},
"OperatorRef" : {
"value" : "..."
},
"LineRef" : {
"value" : "..."
},
"DirectionRef" : {
"value" : "..."
},
"DestinationRef" : {
"value" : "..."
},
"StopVisitTypes" : "arrivals",
"Language" : "...",
"MaximumStopVisits" : 12345,
"MinimumStopVisitsPerLine" : 12345,
"MaximumTextLength" : 12345,
"StopMonitoringDetailLevel" : "basic",
"MaximumNumberOfCalls" : {
"Previous" : 12345,
"Onwards" : 12345
},
"Extensions" : {
"any" : { }
},
"version" : "...",
"RequestTimestamp" : "...",
"MessageIdentifier" : {
"value" : "..."
}
}