PMS REST API
Online documentation
GuestCommentView
Inheritance: GuestComment
| Property Name | Type | Description |
| GuestCommentCategoryCode | string | Code of Guest Comment Category |
| GuestCommentCategoryName | string | Name of Guest Comment Category |
| TemperBeginCode | string | Code of Guest Temper at the beginning |
| TemperBeginName | string | Name of Guest Temper at the beginning |
| TemperEndCode | string | Code of Guest Temper at the end |
| TemperEndName | string | Name of Guest Temper at the end |
| GuestCommentId | long? | Unique Id of Guest Comment |
| ProfileId | long? |
Unique Id of Profile Mandatory field |
| ReservationId | long? |
Unique Id of Reservation Not null if Guest Comment is related a reservation |
| GuestCommentCategoryId | long? | Unique Id of Guest Comment Category |
| CommentDate | DateTime? | Comment date |
| CommentText | string | Comment Text |
| ReplyNote | string | Hotel response to guest |
| TemperBeginId | long? | Unique id of Guest Temper at the beginning |
| TemperEndId | long? | Code of Guest Temper at the end |
| Credits | decimal? | Complaint cost amount |
| TypeStatus | CommentTypeStatus ? | Defines if comment is positive or negative |

