Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


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

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