Click or drag to resize

IHourEntry Interface

Contains the Hour entry (Work hour entry) operations exposed by the API service.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0
Syntax
public interface IHourEntry

The IHourEntry type exposes the following members.

Methods
 NameDescription
Public methodAddNewHourEntry Adds a new Hour entry.
Public methodDeleteHourEntry Deletes an Hour entry.
Public methodGetHourEntriesByCaseGUID Gets hour enties by case and time frame.
Public methodGetHourEntriesByDate Gets Hour entries for a business unit from the given time frame.
Public methodGetHourEntriesByDateAndUser THIS OPERATION IS OBSOLETE. DO NOT USE THIS.
Public methodGetHourEntriesByDateAndUserGUID Gets Hour entries for a business unit and user from the given time frame.
Public methodGetHourEntriesChangedSince Gets Hour Entries that have been updated after given given date.
Public methodGetHourEntryByGUID Gets Hour entry by GUID.
Public methodGetInvoicedHourEntriesByCaseGUID Gets invoiced Hour entries by case GUID.
Public methodGetReimbursedHourEntriesByDate Gets Reimbursed Hour entries for a business unit from the given time frame.
Public methodGetReimbursedHourEntriesChangedSince Gets Reimbursed Hour Entries that have been updated after given given date.
Public methodGetReimbursedHourEntryByGUID Gets Reimbursed Hour entry by GUID.
Public methodGetWorkDayInfoByDateRangeAndUserGUID Gets Work day information for an user from selected time frame.
Public methodUpdateHourEntry Updates an Hour entry.
Top
See Also