Create shift note on current shift
POST
/api/timeclock/shift-notes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/timeclock/shift-notes' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"content": "string",
"type": "MANAGER_ONLY"
}
Request
Body Params application/json