Skip to main content
POST
Create a single entry or — with a series payload — materialize the whole series (201 with all created entries incl. warnings). With publish: true the entry runs through the entry publish path afterwards ("Speichern & veröffentlichen")

Authorizations

Authorization
string
header
required

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

Path Parameters

roster
string<uuid>
required

The roster ID

Body

application/json
date
string<date-time>
required
employee_id
string<uuid> | null
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
publish
boolean
force
boolean
series
object

Response

RosterEntryResource

data
RosterEntryResource · object
required