ReservationSituationType

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the ReservationSituationType.
codeStringtrueCode of the ReservationSituationType.
nameStringtrueName of the ReservationSituationType.
activeStringtrueIt says if it's active or not.
inactiveReasonStringfalseThe reason why it got inactive.
applyInReservationBooleanfalseEnable this option to set individual reservations to this situation
applyInReservationGroupBooleanfalse

Enable this option to set group reservations to this situation

checkExpiredDateBooleanfalseEnable this option to allow this situation to have an expiration date
countReservedBooleanfalseEnable this option to sum reservations with this situation as reserved. If this option is disabled, you cannot assign a room.
removeFromInventoryBooleanfalseEnable this option to remove this situation from inventory
tentativeBooleanfalseEnable this option to indicate reservations with situation as Tentative. These reservation shows in forecasts and reports in separated columns
propertyIdintfalseId of the property (Only for multiproperty request)
expiredDateLocalDatefalsedate of expiration

JSON representation

{
        "id": 7,
        "code": "PRO",
        "name": "Prospect",
        "nameI18n": "Prospect",
        "colorCode": "#FDD835",
        "active": true,
        "inactiveReason": null,
        "applyInReservation": true,
        "applyInReservationGroup": true,
        "checkExpiredDate": false,
        "countReserved": false,
        "removeFromInventory": false,
        "tentative": false,
		"expiredDate":null
}