# Create 'Apartmentterms' Endpoint: POST /objects/spaces/rentableterms/apartmentterms/ 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) - `heat_supply` (integer,null) Enum: 0, 1, 2, 3 - `cold_supply` (integer,null) Enum: 0, 1, 2, 3 - `internet` (integer,null) Enum: 0, 1, 2, 3 - `cold_water_supply` (integer,null) Enum: 0, 1, 2, 3 - `organization` (object,null) - `organization.id` (string) - `warm_water_supply` (integer,null) Enum: 0, 1, 2, 3 - `archived` (boolean) - `deposition_value` (number,null) - `deposition_percentage_value` (number,null) - `tv_package` (integer,null) Enum: 0, 1, 2, 3 - `additional_notations` (string,null) - `custom_id` (string,null) - `electricity_supply` (integer,null) Enum: 0, 1, 2, 3 ## Response 201 fields (application/json): - `name` (string, required) - `id` (string, required) Additional Validation Information: Must be unique - `heat_supply` (integer,null) Enum: 0, 1, 2, 3 - `created_at` (string) - `cold_supply` (integer,null) Enum: 0, 1, 2, 3 - `internet` (integer,null) Enum: 0, 1, 2, 3 - `cold_water_supply` (integer,null) Enum: 0, 1, 2, 3 - `organization` (object,null) - `organization.id` (string) - `warm_water_supply` (integer,null) Enum: 0, 1, 2, 3 - `archived` (boolean) - `deposition_value` (number,null) - `deposition_percentage_value` (number,null) - `tags` (any) - `customer_columns` (any) - `tv_package` (integer,null) Enum: 0, 1, 2, 3 - `additional_notations` (string,null) - `custom_id` (string,null) - `electricity_supply` (integer,null) Enum: 0, 1, 2, 3 ## Response 401 fields ## Response 403 fields ## Response 429 fields