Skip to main content

InventoryRoomSetupInput

Room setup input data

input InventoryRoomSetupInput {
code: String!
masterCode: String!
active: Boolean!
externalCode: String
standard: Int!
uses: [[InventoryRoomUseInput]]!
}

Fields

InventoryRoomSetupInput.code ● String! non-null scalar

Code associated with the room.

InventoryRoomSetupInput.masterCode ● String! non-null scalar

Master code of the room.

InventoryRoomSetupInput.active ● Boolean! non-null scalar

Indicates whether the room is active.

InventoryRoomSetupInput.externalCode ● String scalar

External code associated with the room.

InventoryRoomSetupInput.standard ● Int! non-null scalar

Standard of the room. Typically the number of guests.

InventoryRoomSetupInput.uses ● [[InventoryRoomUseInput]]! non-null input

List of uses associated with the room. The format is Adults-Children-Infants

Member Of

InventoryRoomsSetupCreateInput input