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