SendTransferRequest

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
shiftId* Edm.Int32
driverId* Edm.Int32
Parameters marked with a * are required

Return

Type: Entity type - Transfer
Is collection: false

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/SendTransferRequest
Example body (sent with POST-request):
{
  "shiftId" : 1,
  "driverId" : 1
}