AddDepartment | Adds a department. |
DeleteDepartment | Deletes an existing department.
The department is specified by its key (Code), which is contained in the DepartmentParams object passed to the method. |
GetDataInterface | Creates an empty data structure for use with the DepartmentsService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetDepartment | Retrieves a department.
The department is specified by its key (Code), which is contained in the DepartmentParams object passed to the method. |
GetDepartmentList | Retrieves the keys and names of all the departments. |
UpdateDepartment | Updates an existing department.
The data for the department, including the key of the department to be updated, is contained in the Department object passed to the method. To update a department, you must first retrieve it using the GetDepartment method. |