ZRM Docs
Domain Model

Shift Assignment

Fields

FieldTypeRequiredDefaultDescription
idstring.uuidYesId
createdAtstring.date-timeYesCreated at
updatedAtstring.date-timeYesUpdated at
workspaceIdstring.uuidYesID of the associated workspace
userIdstring.uuidYesID of the associated user
shiftTemplateIdstring.uuidYesID of the associated shift template
effectiveFromstringYesEffective from
effectiveTounknownNoEffective to
overridePrioritynumberYesOverride priority

Create Schema

Fields accepted when creating a new record:

FieldTypeRequiredDefaultDescription
workspaceIdstring.uuidNoID of the associated workspace
userIdstring.uuidYesID of the associated user
shiftTemplateIdstring.uuidYesID of the associated shift template
effectiveFromstringYesEffective from
effectiveTounknownNoEffective to
overridePriorityintegerNoOverride priority

Update Schema

All fields are optional when updating:

FieldTypeRequiredDefaultDescription
effectiveFromstringNoEffective from
effectiveTounknownNoEffective to
overridePriorityintegerNoOverride priority

On this page