# Create 'Parkingspotterms' Endpoint: POST /objects/spaces/rentableterms/parkingspotterms/ 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) - `deposition_percentage_value` (number,null) - `custom_id` (string,null) - `additional_notations` (string,null) - `archived` (boolean) - `deposition_value` (number,null) - `organization` (object,null) - `organization.id` (string) ## Response 201 fields (application/json): - `name` (string, required) - `id` (string, required) Additional Validation Information: Must be unique - `deposition_percentage_value` (number,null) - `tags` (any) - `created_at` (string) - `custom_id` (string,null) - `additional_notations` (string,null) - `archived` (boolean) - `customer_columns` (any) - `deposition_value` (number,null) - `organization` (object,null) - `organization.id` (string) ## Response 401 fields ## Response 403 fields ## Response 429 fields