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.

Division details.

id
string
erforderlich
read-only

Division ID. A create dry run returns a preview ID that cannot be used in later requests.

Beispiel:

"68920e08eeaea4f2301eecb3"

tenant
string
erforderlich
read-only

ID of the tenant that owns the division.

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

"68a000000000000000000010"

name
string
erforderlich

Division name.

Beispiel:

"Sales"

parentId
string | null
erforderlich
nullable

Parent division ID, or null for a root division.

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

null

order
number
erforderlich

Display order among sibling divisions.

Beispiel:

1

costCenter
string | null
erforderlich
nullable

Customer-defined cost center, or null when none is assigned.

Minimum string length: 1
Beispiel:

"CC-SALES"

createdAt
string<date-time>
erforderlich
read-only

UTC creation timestamp.

Minimum string length: 1
Pattern: Z$
Beispiel:

"2026-01-15T10:30:00.000Z"

updatedAt
string<date-time>
erforderlich
read-only

UTC timestamp of the latest update.

Minimum string length: 1
Pattern: Z$
Beispiel:

"2026-07-01T08:15:00.000Z"

Zuletzt geändert am 27. August 2026