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