Timetype

A time type [Timetype] is a classification grouping for time entries. Examples of time types can include "regular time", "overtime", "sick time", for example.

Review the Usage Guidelines for the Timetype object.

XML

SOAP

REST

Database table

Object

Timetype

oaTimetype

time_type

Supported Commands

Add, Read, Modify, Delete

add(), read(), modify(), upsert(), delete()

The Timetype object has the following standard properties:

Note:

Timetype object properties may also include custom fields. The object type supports the custom equal to read method and the enable_custom read attribute.

XML / SOAP

XML / SOAP

Description

active

active

A 1/0 field indicating whether this is time type is active.

code

code

Optional accounting system code for integration with external accounting systems.

cost_centerid

cost_center_id

The ID of the associated cost center.

created

created

[Read-only] Time the record was created. See Date Fields.

externalid

external_id

If the record was imported from an external system, you store the unique external record ID here.

id

id

[Read-only] Unique ID. Automatically assigned by OpenAir.

name

name

The name of the time type.

notes

notes

Notes associated with this time type.

payroll_code

payroll_code

The payroll code for this time type.

picklist_label

Label as shown on form picklist.

updated

updated

[Read-only] Time the record was last updated or modified. See Date Fields.

Usage Guidelines

You cannot delete a Timetype object if this object is referenced by a Task object. Delete any dependent objects first before you delete a Timetype object.