CompleteTripAddresses
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| tripId* | Edm.Int32 | |
| waitForCompletion* | Edm.Boolean |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/CompleteTripAddressesExample body (sent with POST-request):
{
"tripId" : 1,
"waitForCompletion" : 1
}