Methods

  • post - Add Note to Shift
  • get - Get Shift Notes

Resource

{
    "createdByAdmin": "boolean",
    "date": "date-time",
    "employee": {
        "firstName": "string",
        "id": "int32",
        "name": "string",
        "profileImageUrl": "string",
        "surname": "string"
    },
    "id": "int32",
    "note": "string",
    "noteId": "int32",
    "read": "boolean",
    "type": "string",
    "visibility": "string"
}

Properties

Name Type Description
createdByAdmin boolean Boolean
date date-time DateTime
employee object EmployeeViewModel
employee.firstName string String
employee.id int32 Int32
employee.name string String
employee.profileImageUrl string String
employee.surname string String
id int32 Int32
note string String
noteId int32 Int32
read boolean Boolean
type string TimeAttendanceShiftNoteType

Possible values are:

  • Shift
  • ClockOn
  • ClockOff
visibility string TimeAttendanceShiftNoteVisibility

Possible values are:

  • Hidden
  • Visible