Accommodation

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the Accommodation.
nameStringtrueName of the Accommodation.
codeStringfalseCode of the Accommodation.
roomTypeRoomTypefalseRoom type associated to this Accommodation.

JSON representation

 {
 	"id": 1,
 	"name": "Single",
 	"code": "SGL",
	"roomType": {
  		"id": 2,
  		"name": "Single"
	}
 }