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