Copenhagen Truck Wash API Help

Upload order attachment

This endpoint documentation is generated directly from openapi.yaml.

Endpoint

POST /orders/attachments/upload

Operation

Operation ID: uploadOrderAttachment

Upload an attachment to an order

Authentication

Security requirements:

Scheme

Scopes

BearerAuth

-

Request Body

Required: yes.

Content type: multipart/form-data

{ "properties": { "file": { "format": "binary", "type": "string" }, "order_id": { "type": "integer" } }, "type": "object" }

Responses

Status

Description

Content Types

201

Order attachment uploaded successfully

application/json

Schema for response 201 (application/json):

{}
17 March 2026