Shift Day Notes
Read and manage notes attached to specific shift dates.
Create shift day note by external ID
Creates a daily shift note for the addressed shift.
path Parameters
externalIdCreate shift day note by external ID › Request Body
dateThe date this note is set for (yyyy-MM-dd).
noteDaily shift note text.
Create shift day note by external ID › Responses
Shift day note created
dateThe date this note is set for (yyyy-MM-dd).
noteContent of this note.
Shift reference.
Get shift day note by external ID and date
Replace shift day note by external ID and date
Replaces the addressed daily shift note.
path Parameters
externalIddateReplace shift day note by external ID and date › Request Body
dateDate of the daily shift note (yyyy-MM-dd).
It must match the path date. null is invalid.
noteDaily shift note text.
null is invalid.
Replace shift day note by external ID and date › Responses
OK
dateThe date this note is set for (yyyy-MM-dd).
noteContent of this note.
Shift reference.
Create shift day note by shift ID
Creates a daily shift note for the addressed shift.
path Parameters
shiftIdCreate shift day note by shift ID › Request Body
dateThe date this note is set for (yyyy-MM-dd).
noteDaily shift note text.
Create shift day note by shift ID › Responses
Shift day note created
dateThe date this note is set for (yyyy-MM-dd).
noteContent of this note.
Shift reference.
Get shift day note by shift ID and date
Replace shift day note by shift ID and date
Replaces the addressed daily shift note.
path Parameters
shiftIddateReplace shift day note by shift ID and date › Request Body
dateDate of the daily shift note (yyyy-MM-dd).
It must match the path date. null is invalid.
noteDaily shift note text.
null is invalid.
Replace shift day note by shift ID and date › Responses
OK
dateThe date this note is set for (yyyy-MM-dd).
noteContent of this note.
Shift reference.