# Bulk write 'Contractcancellationreason' Endpoint: POST /contracts/contractcancellationreason/list/ 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): - `title` (string, required) - `visible_for_customers` (boolean) - `allowed_for_regular_termination` (boolean) - `organization` (object,null) - `organization.id` (string) - `description` (string,null) - `custom_id` (string,null) - `allowed_for_pending_re_negotation` (boolean) ## Response 201 fields (application/json): - `title` (string, required) - `id` (string, required) Additional Validation Information: Must be unique - `visible_for_customers` (boolean) - `created_at` (string) - `allowed_for_regular_termination` (boolean) - `organization` (object,null) - `organization.id` (string) - `description` (string,null) - `custom_id` (string,null) - `allowed_for_pending_re_negotation` (boolean) ## Response 401 fields ## Response 403 fields ## Response 429 fields