Skip to end of metadata
Go to start of metadata
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
{
"chainCancellationReaseonTypeId": 1,
"cancellationReason": "change season prices",
"refundDeposit": true
}