InventoryUpdateHotelMasterInput
Hotel master update request input data.
input InventoryUpdateHotelMasterInput {
hotelCode: String!
contextCode: String
name: String
email: String
phones: [String]
fax: String
address: String
postalCode: String
latitude: Decimal
longitude: Decimal
externalCode: String
categoryId: Int
localityId: Int
maxAgeBaby: Int
maxAgeChild: Int
}
Fields
InventoryUpdateHotelMasterInput.hotelCode ● String! non-null scalar
Code of the hotel.
InventoryUpdateHotelMasterInput.contextCode ● String scalar
Sets the context code associated with the hotel. If null, TGX_PUSH will be used.
InventoryUpdateHotelMasterInput.name ● String scalar
Name of the hotel.
InventoryUpdateHotelMasterInput.email ● String scalar
Email of the hotel.
InventoryUpdateHotelMasterInput.phones ● [String] list scalar
List of phone numbers of the hotel.
InventoryUpdateHotelMasterInput.fax ● String scalar
Fax number of the hotel.
InventoryUpdateHotelMasterInput.address ● String scalar
Address of the hotel.
InventoryUpdateHotelMasterInput.postalCode ● String scalar
Postal code of the hotel.
InventoryUpdateHotelMasterInput.latitude ● Decimal scalar
Latitude of the hotel location.
InventoryUpdateHotelMasterInput.longitude ● Decimal scalar
Longitude of the hotel location.
InventoryUpdateHotelMasterInput.externalCode ● String scalar
External code associated with the hotel.
InventoryUpdateHotelMasterInput.categoryId ● Int scalar
ID of the category associated with the hotel.
InventoryUpdateHotelMasterInput.localityId ● Int scalar
ID of the locality associated with the hotel.
InventoryUpdateHotelMasterInput.maxAgeBaby ● Int scalar
MaxInfantAge
InventoryUpdateHotelMasterInput.maxAgeChild ● Int scalar
MaxChildrenAge