Skip to main content

InventoryRatesSetupCreateInput

Rates Setup update mutation input

input InventoryRatesSetupCreateInput {
clientCode: String!
supplierCode: String!
rates: [InventoryRateSetupCreateInput]!
hotelCode: String!
contextCode: String
}

Fields

InventoryRatesSetupCreateInput.clientCode ● String! non-null scalar

Client code.

InventoryRatesSetupCreateInput.supplierCode ● String! non-null scalar

Travelgate Supplier/Channel code.

InventoryRatesSetupCreateInput.rates ● [InventoryRateSetupCreateInput]! non-null input

Hotel input data.

InventoryRatesSetupCreateInput.hotelCode ● String! non-null scalar

Hotel codes of the rooms to retrieve.

InventoryRatesSetupCreateInput.contextCode ● String scalar

Travelgate Supplier/Channel context code.