InventoryRateSetupUpdateInput
Rates setup delete input data
input InventoryRateSetupUpdateInput {
clientCode: String!
supplierCode: String!
rates: [RateUpdateInput]!
hotelCode: String!
contextCode: String
}
Fields
InventoryRateSetupUpdateInput.clientCode ● String! non-null scalar
Client code.
InventoryRateSetupUpdateInput.supplierCode ● String! non-null scalar
Travelgate Supplier/Channel code.
InventoryRateSetupUpdateInput.rates ● [RateUpdateInput]! non-null input
Rates input data. See RateUpdate.
InventoryRateSetupUpdateInput.hotelCode ● String! non-null scalar
Code associated with the hotel.
InventoryRateSetupUpdateInput.contextCode ● String scalar
Context code.