Create Hour Record

Adds a single hour record. Use this endpoint when creating one record at a time. For bulk imports, use create-or-update-time-tracking-hour-records.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

A unique identifier for the record. Use this ID to adjust or delete these hours. It can be any ID you use to track the record up to 36 characters in length. (i.e. UUID).

integer
required

The ID of the employee.

integer

[Optional] The ID of the division for the employee.

integer

[Optional] The ID of the department for the employee.

integer

[Optional] The ID of the job title for the employee.

string

[Optional] Only necessary if the payroll provider requires a pay code

string
required

The date the hours were worked. Please use the ISO-8601 date format YYYY-MM-DD.

number

[Optional] The rate of pay. e.g. $15.00/hour should use 15.00 here. Only necessary if the payroll provider requires a pay rate.

string
required

The type of hours - regular or overtime. Please use either "REG", "OT", or "DT" here.

number
required

The number of hours worked.

integer

[Optional] A job code.

string

[Optional] A list of up to four 20 characters max job numbers in comma delimited format with no spaces.

Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json