/
PublicAPIEventEntity

PublicAPIEventEntity

Structure

FieldTypeRequiredDescription
idint trueIdentification of the PublicAPIEventEntity
codestringtrueCode of the PublicAPIEventEntity
namestringtrueName of the PublicAPIEventEntity

JSON representation

{
	"id": 1,
	"code": "ReservationRoomStay",
	"name": "ReservationRoomStay"
}

Related content