Method Details for UpdateDepartment.
Updates a department. This will also activate the department if already inactive.
Parameters
- departmentGuid Guid Department unique identifier (Guid)
- name String Name of the department (string)
- no String Number of the department (string)
- parentDepartmentGuid Guid Parent department unique identifier. Use Guid.Empty to place it in the root (Guid)
- departmentManagerGuid Guid Department manager, employee unique identifier (Guid)
- token SecurityToken Security token associated with the request (SecurityToken)
Returns
A department object