Copenhagen Truck Wash API Help

Add reusable self-serve machine type

This endpoint documentation is generated directly from openapi.yaml.

Endpoint

POST /department/selfserve/machine-types

Operation

Operation ID: addSelfserveMachineType

Add reusable self-serve machine type

Authentication

Security requirements:

Scheme

Scopes

BearerAuth

-

Request Body

Required: yes.

Content type: application/json

{ "properties": { "description": { "nullable": true, "type": "string" }, "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }

Responses

Status

Description

Content Types

200

Successfully added machine type

application/json

Schema for response 200 (application/json):

{ "$ref": "#/components/schemas/SelfserveMachineType" }
17 March 2026