Copenhagen Truck Wash API Help

Set auto start on LPR

This endpoint documentation is generated directly from openapi.yaml.

Endpoint

POST /vehicles/set-auto-start-on-lpr

Operation

Operation ID: setVehicleAutoStartOnLpr

Enable or disable automatic start on LPR for a vehicle in XL Vask. Permissions: - Own scope: `set_auto_start_on_lpr` (linked to subuser node `VEHICLES_EDIT`). - Broader scope: `set_auto_start_on_lpr_other`.

Authentication

Security requirements:

Scheme

Scopes

BearerAuth

-

Parameters

Name

In

Required

Type

Description

no

object

Request Body

Required: yes.

Content type: application/json

{ "properties": { "active": { "type": "boolean" }, "id": { "type": "integer" } }, "required": [ "id", "active" ], "type": "object" }

Responses

Status

Description

Content Types

200

Success

application/json

403

404

Schema for response 200 (application/json):

{}
17 March 2026