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 3 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.
applyInReservationBooleanfalse
applyInReservationGroupBooleanfalse
checkExpiredDateBooleanfalse
countReservedBooleanfalse
removeFromInventoryBooleanfalse
tentativeBooleanfalse

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