Copenhagen Truck Wash API Help

Add plate scanner

This endpoint documentation is generated directly from openapi.yaml.

Endpoint

POST /numberplatescanners

Operation

Operation ID: addPlateScanner

Add plate scanner

Authentication

Security requirements:

Scheme

Scopes

BearerAuth

-

Request Body

Required: yes.

Content type: application/json

{ "properties": { "department_id": { "type": "integer" }, "name": { "type": "string" }, "notes": { "type": "string" } }, "required": [ "department_id", "name", "notes" ], "type": "object" }

Responses

Status

Description

Content Types

201

Plate scanner added successfully

application/json

Schema for response 201 (application/json):

{}
17 March 2026