/
Note

Note

Structure

FieldTypeRequiredDescription
idIntegerfalseId of the Note
chainIdIntegertrueId of the Chain
propertyIdIntegerfalseId of the Property
reservationIdIntegerfalseId of the Reservation
reservationRoomStayIdIntegerfalseId of the Stay
noteStringtrueContent of the Note
priorityTypePriorityTypetruepriority of the Note
archiveDateLocalDateTimefalsedate of the note archive

JSON representation

{
    "id": 3,
    "chainId": 1,
    "propertyId": 2,
    "reservationId": null,
    "reservationRoomStayId": 7,
    "note": "This is a note",
    "priorityType": {
         "id": 3
     },
     "archiveDate": null,
     "archiveByUser": null,
     "userName": "Administrator"
}

Related content