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 2 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.

JSON representation

{
	"id": 1,
	"code": "PRO",
	"name": "Prospect",
	"active": true,
	"inactiveReason": null
}
  • No labels