LogonTerminalUnit
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 |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/LogonTerminalUnitExample body (sent with POST-request):
{
"timestamp" : "2026-05-29T07:47:28",
"customerId" : 1,
"clientId" : 1,
"driverCode" : 1
}