/
Note
Note
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | false | Id of the Note |
chainId | Integer | true | Id of the Chain |
propertyId | Integer | false | Id of the Property |
reservationId | Integer | false | Id of the Reservation |
reservationRoomStayId | Integer | false | Id of the Stay |
note | String | true | Content of the Note |
priorityType | PriorityType | true | priority of the Note |
archiveDate | LocalDateTime | false | date 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" }
, multiple selections available,
Related content
Note List [GET]
Note List [GET]
More like this
Ticket
Ticket
More like this
ReservationType
ReservationType
More like this
PropertyRoomType
PropertyRoomType
More like this
ChainRoomType
ChainRoomType
More like this
ChainRoomType
ChainRoomType
More like this