StartPickupTripFromFixedDevice

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
startTime* Edm.DateTime
longitude* Edm.Double
latitude* Edm.Double
customerId* Edm.Int32
clientId* Edm.Int32
Parameters marked with a * are required

Return

Type: Entity type - Trip
Is collection: false

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/StartPickupTripFromFixedDevice
Example body (sent with POST-request):
{
  "startTime" : "2026-05-29T10:18:33",
  "longitude" : 5.079524,
  "latitude" : 51.55404,
  "customerId" : 1,
  "clientId" : 1
}