PMS REST API
Online documentation
SetGuestCommentsResponse
Inheritance: ResponseBase
Set Guest Comment response
| Property Name | Type | Description |
| SuccessCount | int | Guest Comment count that is successfully set |
| FailedCount | int | Guest Comment count that has error |
| ErrorMsg | string | returns error message if operation has any error |
| SaveResults | List< GuestCommentSaveResult > | List of Guest Comment save result for each record in input order |

