# Create 'Componentmodel' Endpoint: POST /objects/components/componentmodel/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Request fields (application/json): - `name` (string, required) - `component_type` (object, required) - `component_type.id` (string) - `custom_id` (string,null) - `responsible_external_supplier` (object,null) - `length` (number,null) - `make` (string,null) - `height` (number,null) - `width` (number,null) - `default_purchase_value` (number,null) - `article_number` (string,null) - `supplier_webpage` (string,null) - `warranty_months` (integer,null) - `organization` (object,null) ## Response 201 fields (application/json): - `name` (string, required) - `component_type` (object, required) - `component_type.id` (string) - `id` (string, required) Additional Validation Information: Must be unique - `custom_id` (string,null) - `tags` (any) - `pending_monitor_approval_amount` (any) - `customer_columns` (any) - `responsible_external_supplier` (object,null) - `length` (number,null) - `created_at` (string) - `make` (string,null) - `height` (number,null) - `width` (number,null) - `default_purchase_value` (number,null) - `article_number` (string,null) - `supplier_webpage` (string,null) - `warranty_months` (integer,null) - `organization` (object,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields