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