InventoryRoomsSetupCreateInput
Rooms setup create input.
input InventoryRoomsSetupCreateInput {
  clientCode: String!
  supplierCode: String!
  rateCode: String!
  rooms: [InventoryRoomSetupInput]!
  hotelCode: String!
  contextCode: String
}
Fields
InventoryRoomsSetupCreateInput.clientCode ● String! non-null scalar
Client code.
InventoryRoomsSetupCreateInput.supplierCode ● String! non-null scalar
Travelgate Supplier/Channel code.
InventoryRoomsSetupCreateInput.rateCode ● String! non-null scalar
Rate code associated with the rooms.
InventoryRoomsSetupCreateInput.rooms ● [InventoryRoomSetupInput]! non-null input
Rooms input data.
InventoryRoomsSetupCreateInput.hotelCode ● String! non-null scalar
Code associated with the hotel.
InventoryRoomsSetupCreateInput.contextCode ● String scalar
Context code.