Create a single new dimension
Creates a new dimension with the provided details. The reference_id and erp_dimension_id are required for a successful creation.
Creates a new dimension with the provided details. The reference_id and erp_dimension_id are required for a successful creation.
API version to use (optional, defaults to latest)
The dimension category label as displayed in the client’s ERP system (e.g., ‘Account’, ‘GLACCOUNT’, ‘Department’). This is client-specific.
A unique reference identifier that tracks this dimension across all client systems (ERP, inventory management, Ottimate)
(Beta — this header is available in sandbox and not yet in production.) Client-generated unique key (UUID/ULID recommended). JSON requests: the first 2xx response is cached for 24h and replayed on a same-key retry with a matching body; a different body returns 422. Non-JSON requests (e.g. file uploads): the key is single-use — any same-key retry returns 422 regardless of body. See Idempotency for full details.