v1

latestOpenAPI 3.0.02026-08-06151101754.7 KB
Timesheet activities

Updates specific timesheet activity

put/timesheets/activities/{activityId}

Path parameters

activityIdinteger required

Timesheet activity ID

Request body

type_idinteger

Timesheet activity type (activity activity)

timesheet_idinteger

Timesheet on which the activity (activity) should be recorded on

assignment_idinteger

Optional: The appointment id on which the timesheet activity should be booked on.

startstring date-time

Timesheet activity start date

endstring date-time nullable

Timesheet activity end date

adjust_blockingboolean

Sometimes activities before or after would block this new activity. Set this parameter to true, to shorten or delete the blocking activities.

start_latnumber float nullable

GPS latitude captured at activity start

start_lngnumber float nullable

GPS longitude captured at activity start

end_latnumber float nullable

GPS latitude captured at activity end

end_lngnumber float nullable

GPS longitude captured at activity end

Response

The request was successful.