Skip to main content
Das folgende Schema wird direkt aus dem veröffentlichten OpenAPI-3.1-Vertrag gerendert. Eigenschaftsnamen, Typen, Enums und technische Beschreibungen bleiben Bestandteil des maßgeblichen englischen API-Vertrags.

Order details.

id
string
erforderlich
read-only

Unique order identifier.

Pattern: ^[0-9a-fA-F]{24}$
Beispiel:

"69eb125feddfff1d13676751"

status
enum<string>
erforderlich
read-only

Current order lifecycle status. Values are case-sensitive.

Verfügbare Optionen:
under_review,
rejected,
approved,
active,
archived,
withdrawn
Minimum string length: 1
Beispiel:

"approved"

employee
string
erforderlich

Identifier of the employee who placed or owns the order.

Pattern: ^[0-9a-fA-F]{24}$
Beispiel:

"68a000000000000000000001"

orderNumber
integer
erforderlich
read-only

Human-readable numeric order number.

Muss ein Vielfaches sein von 1
Beispiel:

10495

createdAt
string<date-time>
erforderlich
read-only

UTC timestamp at which the order was created.

Minimum string length: 1
Pattern: Z$
Beispiel:

"2026-07-01T10:00:00.000Z"

updatedAt
string<date-time>
erforderlich
read-only

UTC timestamp of the latest order update.

Minimum string length: 1
Pattern: Z$
Beispiel:

"2026-07-02T12:15:00.000Z"

products
object[]
erforderlich

Products and accessories included in the order.

deliveryAddress
object | null
erforderlich
nullable

Delivery address for the order, or null when no delivery address is available.

Beispiel:
hrHistory
object
erforderlich

HR review request and decision history.

Beispiel:
contractDurationInMonths
number | null
erforderlich
nullable

Contract duration in whole months, or null when not determined.

Muss ein Vielfaches sein von 1
Beispiel:

24

contractStartDate
string<date-time> | null
erforderlich
nullable

UTC contract start date, or null when not determined.

Minimum string length: 1
Pattern: Z$
Beispiel:

"2026-08-01T00:00:00.000Z"

contractEndDate
string<date-time> | null
erforderlich
nullable

UTC contract end date, or null when not determined.

Minimum string length: 1
Pattern: Z$
Beispiel:

"2028-07-31T23:59:59.999Z"

attachments
object[]
erforderlich

Order contract documents available through the order attachment download endpoint.

Zuletzt geändert am 27. August 2026