update_department
Update a 3CX department by providing its numeric Id and optional fields like name, language, or time zone. Only specified fields are changed.
Instructions
[DESTRUCTIVE] Updates a 3CX department by its numeric Id. Get the Id from list_departments first. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric department Id (from list_departments) | |
| Name | No | New department name | |
| Language | No | Language code, e.g. 'de' or 'en' | |
| TimeZoneId | No | Time zone, e.g. 'W. Europe Standard Time' |