InventoryHotelsSetupCreateInput
Hotel Setup create mutation input
input InventoryHotelsSetupCreateInput {
clientCode: String!
supplierCode: String!
hotel: InventoryCreateHotelSetupInput!
}
Fields
InventoryHotelsSetupCreateInput.clientCode
● String!
non-null scalar
Client code.
InventoryHotelsSetupCreateInput.supplierCode
● String!
non-null scalar
Travelgate Supplier/Channel code.
InventoryHotelsSetupCreateInput.hotel
● InventoryCreateHotelSetupInput!
non-null input
Hotel input data.