PMS REST API
Online documentation
SetReservationResponse
Inheritance: ResponseBase
Set reservation response returns ReservationID, ProfileIdentity and IsProfileInserted
| Property Name | Type | Description |
| ReservationID | long | Unique id of reservation |
| ProfileID | long * [Deprecated] Use ProfileIdentity instead | Local Hotel id of profile |
| ProfileIdentity | ProfileIdentity | Identity of the reservation owner Profile |
| MultiGuestIdentities | List< ProfileIdentity > | Identity of multiguest profiles (if exists) |
| IsProfileInserted | bool | If profile already inserted returns true |
| Warnings | List< SetReservationWarningDef > | List of warnings occured on insert/update reservation that did not break the execution. |
| PolicyText | string | Reservation policy text that linked to Rate |

