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