Q3 Roadmap: Embedded Notifications, Embedded Commissions, Tips and more!
curl --location --request POST '/api/organizations//staffmembers//locations//clock-out'
{
"id": "shift_002",
"employeeId": "emp_001",
"locationId": "loc_001",
"roleId": "role_001",
"startTime": "2023-10-27T14:00:00Z",
"endTime": "2023-10-27T18:00:00Z",
"breaks": [],
"hourlyWage": 20,
"totalPaidBreaks": 0,
"totalUnpaidBreaks": 0,
"duration": 240,
"payableDuration": 240,
"utcOffset": -240,
"utcStartTime": "2023-10-27T18:00:00Z",
"utcEndTime": "2023-10-27T22:00:00Z",
"locked": false,
"active": false,
"createdAt": "2023-10-27T14:00:00Z",
"updatedAt": "2023-10-27T18:00:00Z",
"deletedAt": null
}