# Create 'Componenttype' Endpoint: POST /objects/components/componenttype/ 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) - `organization` (object,null) - `organization.id` (string) - `custom_id` (string,null) - `proposed_room_categories` (array) - `include_in_inspections` (boolean) ## Response 201 fields (application/json): - `name` (string, required) - `id` (string, required) Additional Validation Information: Must be unique - `organization` (object,null) - `organization.id` (string) - `custom_id` (string,null) - `created_at` (string) - `proposed_room_categories` (array) - `customer_columns` (any) - `pending_monitor_approval_amount` (any) - `tags` (any) - `include_in_inspections` (boolean) ## Response 401 fields ## Response 403 fields ## Response 429 fields