Timecard

A time card [Timecard] is a time entry with information about start and end time of the working day and start and end time of a break period during the working day.

XML

SOAP

REST

Database table

Object

Timecard

oaTimecard

time_card

Supported Commands

Read

read()

The Timecard object has the following properties:

XML / SOAP

Database

Description

break_end

break_end

[Read-only] Time they ended the break. See Date Fields.

break_start

break_start

[Read-only] Time they started the break. See Date Fields.

created

created

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

date

date

[Read-only] The date of the timecard. See Date Fields.

hours

hours

[Read-only] Hours worked.

id

id

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

notes

notes

[Read-only] Notes associated with the timecard.

time_end

time_end

[Read-only] Time they stopped working. See Date Fields.

time_start

time_start

[Read-only] Time they started working. See Date Fields.

timesheetid

timesheet_id

[Read-only] The ID of the associated timesheet.

updated

updated

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

userid

user_id

[Read-only] The ID of the associated user.