SendDispatch

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
tripId* Edm.Int32
driverId* Edm.Int32
vehicleIds* Edm.Int32
withCallback* Edm.Boolean
commissionPercentage Edm.Double
commissionAmount Edm.Double
Parameters marked with a * are required

Return

Type: Entity type - Dispatch
Is collection: false

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/SendDispatch
Example body (sent with POST-request):
{
  "tripId" : 1,
  "driverId" : 1,
  "vehicleIds" : 1,
  "withCallback" : 1,
  "commissionPercentage" : 0.0,
  "commissionAmount" : 0.0
}