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