LogonFixedDevice
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| timestamp* | Edm.DateTime | |
| customerId* | Edm.Int32 | |
| clientId* | Edm.Int32 | |
| driverCode* | Edm.Int32 | |
| logonMediumCode* | Edm.Int32 |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/LogonFixedDeviceExample body (sent with POST-request):
{
"timestamp" : "2026-05-29T09:26:57",
"customerId" : 1,
"clientId" : 1,
"driverCode" : 1,
"logonMediumCode" : 1
}