Update employee work session
Correct the start time, end time or note of an existing employee work session.
/v1/agencies/{agencyId}/time-tracking/sessions/{sessionId}Correct the start time, end time or note of an existing employee work session.
Authorization
bearerAuth In: header
Path Parameters
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/v1/agencies/string/time-tracking/sessions/string" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{}'{ "data": { "sessionId": "string" }, "meta": { "requestId": "string", "operationId": "3051932a-fdd2-48fa-b330-7e7d41535969", "status": "COMPLETED" }}Export team payroll POST
Generate payroll for the selected employee or all agency employees over calendar dates in each employee's timezone. Options include tips, hourly wages and a flat extra payment per employee.
List creator feed posts GET
List a creator's feed posts with the supported filters and pagination.