SendDispatch
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| tripId* | Edm.Int32 | |
| driverId* | Edm.Int32 | |
| vehicleIds* | Edm.Int32 | |
| withCallback* | Edm.Boolean | |
| commissionPercentage | Edm.Double | |
| commissionAmount | Edm.Double |
Return
Type: Entity type - DispatchIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/SendDispatchExample body (sent with POST-request):
{
"tripId" : 1,
"driverId" : 1,
"vehicleIds" : 1,
"withCallback" : 1,
"commissionPercentage" : 0.0,
"commissionAmount" : 0.0
}