Skip to main content
POST
Create employee schedule template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Data to create a employee schedule template

employeeId
string<uuid>
required

Employee UUID

scheduleTemplateId
string<uuid>
required

Schedule template UUID

startDate
string<date>
required

Start date

endDate
string<date>

End date

Response

200 - application/json

Employee schedule template created

id
string<uuid>