v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

Create a new timecard entry

post/v1/time_tracking/timecard_entries

Request body

datestring date required

Specify the date for which you want to update the timecard entries.

user_idinteger required

Specify the ID of the user for whom you are making these changes.

Response

200

successboolean

Example response

{
  "success": true
}