| IEmployeeApi Methods |
The IEmployeeApi type exposes the following members.
| Name | Description | |
|---|---|---|
| AddEmployee |
Adds new employee.
| |
| AddEmployeeStatus |
Adds one or more statuses for given employee. All status start dates for each employee should be unique.
| |
| DeleteEmployee |
Deletes an employee.
| |
| DeleteEmployeeStatus |
Deletes a status from employee.
| |
| GetAllEmployeesShort |
Returns all employees in short form.
| |
| GetEmployee |
Gets one employee information.
| |
| GetEmployees |
Gets Employee objects by their IDs.
| |
| GetEmployeeStatuses |
Gets employees' statuses.
| |
| UpdateEmployee |
Updates employee's information.
| |
| UpdateEmployeeStatus |
Updates an employee's status.
|