Trip.StopPickUpTripFromFixedDevice

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Bindable

This action is bound to Trips

Parameters

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

Return

Type: Edm.Boolean
Is collection: false

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/Trips(#)/StopPickUpTripFromFixedDevice
Example body (sent with POST-request):
{
  "customerId" : 1,
  "clientId" : 1,
  "longitude" : 5.079524,
  "latitude" : 51.55404
}