# Create 'Componentconditionvalue' Endpoint: POST /errands/configurations/componentconditionvalue/ 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) - `order` (integer, required) - `color_code` (string,null) - `organization` (object,null) - `organization.id` (string) - `custom_id` (string,null) ## Response 201 fields (application/json): - `name` (string, required) - `id` (string, required) Additional Validation Information: Must be unique - `order` (integer, required) - `created_at` (string) - `color_code` (string,null) - `organization` (object,null) - `organization.id` (string) - `custom_id` (string,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields