LogonFixedDevice

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
timestamp* Edm.DateTime
customerId* Edm.Int32
clientId* Edm.Int32
driverCode* Edm.Int32
logonMediumCode* Edm.Int32
Parameters marked with a * are required

Return

Type: Edm.Boolean
Is collection: false

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/LogonFixedDevice
Example body (sent with POST-request):
{
  "timestamp" : "2026-05-29T10:13:19",
  "customerId" : 1,
  "clientId" : 1,
  "driverCode" : 1,
  "logonMediumCode" : 1
}