Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

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
}
  • No labels