FullOwnerReservationNoteModel

Name Type Required Max Length Description
Id Int32 N/A The id of the note to create
ExternalID String 20 An optional external reference Id
NoteText String 7000 The text of the note to create
OwnerId String 10 The Id of the owner associated with this note's reservation
GuestId String N/A The Id of the guest associated with this note's reservation
ReservationID Int32 N/A The Id of the reservation associated with this note
ReservationRoomID Int32 N/A The Id of the reservation room associated with this note
EnteredBy String 75 The user that created this note
EnteredTimestamp DateTime N/A The time and date of when this note was created
DenialOfService Boolean N/A Indicates that the owner cancelled the reservation due to issues with the rates etc.
AlertNote Boolean N/A Indicates that this is an important note which the resort should be notified of.
TypeName String N/A The type of the reservation
ExportFlag Boolean N/A Indicates whether this note has been exported or not.
ExportDate DateTime N/A Indicates when this note was exported.
AutoGenerated Boolean N/A Indicates whether this note was automatically generated or not.