App |
Class | Description | |
---|---|---|
BaseService | Web service base class for working with common and shared routines. | |
ServiceException | Class to handle exceptions that are returned from web service requests | |
ServiceRouter |
The main 2.0 service entry point where all web service references are served. Every active and available services that is available via the
API can be seen here.
Do not point production environments at methods tagged **BETA** these endpoints are subject to change. |
Structure | Description | |
---|---|---|
AddResult | A common structure used to report the results of added objects | |
DataAction | A simple query abstraction layer used to provide a mechanism by which methods can make simple query calls to various models. | |
DataFilter | A simple filter abstraction layer used to provide a mechanism by which methods can make simple filter calls to various models. | |
DeleteResult | A common structure used to report the results of deleted objects. | |
LaborLevelIDList | A labor level list of all 15 labor level IDs. | |
Report | The report structure helps to provide diagnostics information about the service just requested | |
UpdateResult | A common structure used to report the results of updated objects. |
Interface | Description | |
---|---|---|
IServiceIn | Interface used to define the common service input parameters | |
IServiceOut | Interface used to define the common service output parameters |
Enumeration | Description | |
---|---|---|
AddResultStatus | Used to report on the status of an Add request | |
DateTimeSchema | Represents a group of enums that will format any DateTime[Schema] response property based on its type | |
DeleteResultStatus | Used to report on the status of an Delete request | |
PunchStatus | The status of a punch type where it can be either blocked or valid. | |
UpdateResultStatus | Used to report on the status of an Update request |