Trip.StopPickUpTripFromTerminal
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetParameters
| Name | Type | Summary |
|---|---|---|
| customerId* | Edm.Int32 | |
| clientId* | Edm.Int32 | |
| longitude* | Edm.Double | |
| latitude* | Edm.Double |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/Trips(#)/StopPickUpTripFromTerminalExample body (sent with POST-request):
{
"customerId" : 1,
"clientId" : 1,
"longitude" : 5.079524,
"latitude" : 51.55404
}