Copenhagen Truck Wash API Help

Record plate scan for department

This endpoint documentation is generated directly from openapi.yaml.

Endpoint

POST /numberplatescans/department

Operation

Operation ID: recordDepartmentPlateScan

Record plate scan for department

Authentication

Security requirements:

Scheme

Scopes

BearerAuth

-

Request Body

Required: yes.

Content type: application/json

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

Responses

Status

Description

Content Types

201

Plate scan recorded successfully

application/json

Schema for response 201 (application/json):

{}
17 March 2026