GetVehicleMessage

Container: CCPService
Namespace: System.Data.Objects

Summary

Gets positions of vehicles that are part of the requesters network.
The positions returned are found in the bounds that the requester has provided.

Method

The HTTP method for this function import is GET

This function is composable

This means that the query can be further extended with OData Query Options (like $select, $filter, etc.)

Parameters

Name Type Summary
filterPresetId Edm.Int32 The FilterPreset id.
lngSW Edm.Double The South-West longitude.
latSW Edm.Double The South-West latitude.
lngNE Edm.Double The North-East longitude.
latNE Edm.Double The North-East latitude.
lifeTimeInMinutes Edm.Int32 How old the vehicle position may be in minutes.
includeAddresses* Edm.Boolean if set to <c>true</c> [include addresses].
Parameters marked with a * are required

Return

Type: Complex type - VehiclePositionModel
Is collection: true

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/GetVehicleMessage ?filterPresetId=x &lngSW=x &latSW=x &lngNE=x &latNE=x &lifeTimeInMinutes=x &includeAddresses=x