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