Submit Timesheet

Submit Timesheet

The Submit Timesheet endpoint is used to submit weekly timesheets for employees. This endpoint requires the date of the Monday that begins the week of the timesheet and the unique employee ID.

Request Format

{
  "mondayDate": "YYYY-MM-DD", // Replace with the appropriate date
  "employeeId": 12345         // Replace with the actual employee ID
}

Ensure that the mondayDate follows the standard date format (YYYY-MM-DD) and that the employeeId corresponds to a valid employee within your system.

Below is the detailed description of the data required for this endpoint:

ParameterTypeDescription
mondayDatestringThe date of the Monday for the week the timesheet is being submitted for. Should be in YYYY-MM-DD format.
employeeIdintegerThe unique identifier of the employee for whom the timesheet is being submitted.

Explore Our API

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!