post https://api.accountabilityone.com/v1/TimesheetSubmissions
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:
Parameter | Type | Description |
---|---|---|
mondayDate | string | The date of the Monday for the week the timesheet is being submitted for. Should be in YYYY-MM-DD format. |
employeeId | integer | The unique identifier of the employee for whom the timesheet is being submitted. |
Permission
Transaction Type | Access Level |
---|---|
Timesheet Proxy | Full Access |