Click or drag to resize
IScheduleApi Interface
Schedules 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 IScheduleApi

The IScheduleApi type exposes the following members.

Methods
  NameDescription
Public methodDeleteSchedules
Deletes schedules for given employees in given time range.
Public methodGetSchedules
Gets schedules for given employees in given time range.
Public methodSetSchedules
Adds or updates schedules. When there is already a schedule for given date/time, that schedule is updated. Otherwise new schedule is added.
Top
See Also