ReservationRoomStayStatusInfoChange
Structure
Field | Type | Required | Description |
---|---|---|---|
chainCancellationReaseonTypeId | Integer | true | Unique identifier for the chainCancellationReaseonType corresponding to ChainCancellationReasonType at pms settings. |
cancellationReason | String | true | Description of the cancellation reason. |
refundDeposit | Boolean | false | Total refund of paid (all remaining money) deposits of Reservation/ReservationRoomStays related. |
JSON representation
{ "chainCancellationReasonTypeId": 1, "cancellationReason": "change season prices", "refundDeposit": true }