ReservationRoomStayStatusInfoChange

Structure

FieldTypeRequiredDescription
chainCancellationReaseonTypeIdIntegertrueUnique identifier for the chainCancellationReaseonType corresponding to ChainCancellationReasonType at pms settings.
cancellationReasonStringtrueDescription of the cancellation reason.
refundDepositBooleanfalseTotal refund of paid (all remaining money) deposits of Reservation/ReservationRoomStays related.

JSON representation

{
	"chainCancellationReasonTypeId": 1,
	"cancellationReason": "change season prices",
	"refundDeposit": true
}