| name | data type | description |
|---|---|---|
| HasDetailLevel | boolean | |
| DefaultDetailLevel | StopMonitoringDetailEnumeration | |
| HasMaximumVisits | boolean | |
| HasMinimumVisitsPerLine | boolean | |
| HasNumberOfOnwardsCalls | boolean | |
| HasNumberOfPreviousCalls | boolean | |
Properties inherited from StopMonitoringCapabilityRequestPolicyStructure |
||
| UseReferences | boolean | |
| UseNames | boolean | |
Properties inherited from CapabilityRequestPolicyStructure |
||
| NationalLanguage | array of string | |
| WgsDecimalDegrees | string | |
| GmlCoordinateFormat | string | |
Example
{
"HasDetailLevel" : true,
"DefaultDetailLevel" : "basic",
"HasMaximumVisits" : true,
"HasMinimumVisitsPerLine" : true,
"HasNumberOfOnwardsCalls" : true,
"HasNumberOfPreviousCalls" : true,
"UseReferences" : true,
"UseNames" : true,
"NationalLanguage" : [ "...", "..." ],
"WgsDecimalDegrees" : "...",
"GmlCoordinateFormat" : "..."
}