- Home
- Staff Management
- Time Tracking
- Timesheets
- Schedules
- Commissions
- Sales Performance
- Payroll Management
- Checklists
Adjust a timesheet
PUT
/timesheets/{staff_id}/adjust
Timesheets
Request
Path Params
staff_id
string
required
Body Params application/json
adjustments
array [object {3}]
required
shift_start
string <date-time>
optional
shift_end
string <date-time>
optional
breaks
array [object {2}]
optional
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/timesheets//adjust' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢200OK
application/json
Body
staff_id
string
optional
location_id
string
optional
total_hours
number
optional
shifts
array [object]
optional
late
boolean
optional
Example:
true
Example
{
"staff_id": "string",
"location_id": "string",
"total_hours": 0,
"shifts": [
{}
],
"late": true
}
🟠404Record Not Found
🔴500Server Error
Modified at 2024-12-17 09:24:35