Creates a Time sheet object with the given values.
Bamboo HR
When the underlying HRIS is Bamboo HR, a Timesheet Entry can be created using a payload like:
Personio
When the underlying HRIS is Personio, a Timesheet Entry can be created using a payload like:
Xero
When the underlying HRIS is Xero, a Timesheet Entry can be created using a payload like:
QuickBooks
When the underlying HRIS is QuickBooks, a Timesheet Entry can be created using a payload like:
Workday
When the underlying HRIS is Workday, a Timesheet Entry can be created using a payload like:
out_reason_reference_id must be one of: Break, Meal, or Out.time_entry_code_reference_wid, search for All Time Entry Codes in the Workday portal and use the WID of any suitable code from the displayed list.out_reason_reference_id is required.out_reason_reference_id must not be passed.UKG Ready (Beta)
Contact Bindbee Support Team for additional details.
ADP (Beta)
Contact Bindbee Support Team for additional details.
Factorial (Beta)
Contact Bindbee Support Team for additional details.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The employee the timesheet entry is for.
"018abccc-4a0a-7e7d-a9d7-56881f57a6b4"
The date the time was logged.
"2023-11-10"
The day and time of the start of the time requested off.
"2023-11-10T00:00:00Z"
The day and time of the end of the time requested off.
"2023-11-10T00:00:00Z"
The number of hours logged by the employee.
12
The number of hours the employee took for a break.
30
Specific fields required by the chosen HRIS.
{
"worker_time_block_id": "TEST_BB",
"time_entry_code_reference_wid": "c20c857a8cf41001aa4db119cb360000",
"out_reason_reference_id": "Out"
}Successful Response