StartPickupTripFromFixedDevice
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| startTime* | Edm.DateTime | |
| longitude* | Edm.Double | |
| latitude* | Edm.Double | |
| customerId* | Edm.Int32 | |
| clientId* | Edm.Int32 |
Return
Type: Entity type - TripIs collection: false
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/StartPickupTripFromFixedDeviceExample body (sent with POST-request):
{
"startTime" : "2026-05-29T10:22:43",
"longitude" : 5.079524,
"latitude" : 51.55404,
"customerId" : 1,
"clientId" : 1
}