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.
Authentication
AuthorizationBearer
OAuth2 authentication flows. Auth server URLs will vary by environment
Headers
X-Api-Key
API key for authentication
X-API-Version
API version to use (optional, defaults to latest)
Allowed values:
Request
ottimate_company_id
The Ottimate company ID this dimension belongs to
erp_type
The dimension category label as displayed in the client’s ERP system (e.g., ‘Account’, ‘GLACCOUNT’, ‘Department’). This is client-specific.
ottimate_type
Ottimate's standardized dimension type code for consistent categorization.
name
Display name of the dimension
code
The GL code or short identifier for this dimension in the client's ERP system
reference_id
A unique reference identifier that tracks this dimension across all client systems (ERP, inventory management, Ottimate)
erp_dimension_id
The identifier assigned to this dimension by the client's ERP software
Response
Successfully created
version
id
name
erp_type
The dimension category label in client's ERP system
code
reference_id
ottimate_type
Ottimate's standardized dimension type code
erp_dimension_id
ottimate_company_id
Errors
400
Bad Request Error

