Click or drag to resize
IDepartmentApi Interface
Department related XML-RPC methods.

Namespace: AMG.API
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public interface IDepartmentApi

The IDepartmentApi type exposes the following members.

Methods
  NameDescription
Public methodAddDepartment
Adds new department.
Public methodDeleteDepartment
Deletes a department by ID.
Public methodGetDepartments
Gets department by their IDs.
Public methodUpdateDepartment
Updates the given department.
Top
See Also