Skip to main content
PUT
Update an entry, optionally across its series (scope) and optionally publishing it in the same step

Authorizations

Authorization
string
header
required

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Path Parameters

rosterEntry
string<uuid>
required

The roster entry ID

Body

application/json
employee_id
string<uuid> | null
date
string<date-time>
shift_id
string<uuid> | null
start_time
string | null
end_time
string | null
note
string | null
work_area_id
string<uuid> | null
status
enum<integer>
Available options:
0,
1,
2,
3
scope
enum<string>
Available options:
only_this,
this_and_following,
all
publish
boolean
force
boolean

Response

RosterEntryResource

data
RosterEntryResource · object
required
affected_count
string
required