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