InventoryPriceRatesInput
Retrieve rates query input
input InventoryPriceRatesInput {
clientCode: String!
supplierCode: String!
rates: [RatePriceRetrieveInput]!
hotelCode: String!
contextCode: String
}
Fields
InventoryPriceRatesInput.clientCode ● String! non-null scalar
Client code.
InventoryPriceRatesInput.supplierCode ● String! non-null scalar
Travelgate Supplier/Channel code.
InventoryPriceRatesInput.rates ● [RatePriceRetrieveInput]! non-null input
Hotel rates input data.
InventoryPriceRatesInput.hotelCode ● String! non-null scalar
Code associated with the hotel.
InventoryPriceRatesInput.contextCode ● String scalar
Context code.