Component: CAPACITY_TYPE
Abstract
Capacity type controls the remaining number of seats and/or instant confirmation. Value for this component can be set via ExperienceComponentsDto.capacityType and is of ExperienceCapacityTypeDto. This enum has the following options available:
FREE_SALEwhich doesn’t limit sales for any availability slot. Note that even for a product with free sale,AVAILABILITY_RULEScomponent must be set as it can still control which days of month/week are available etc.
LIMITEDwhich limits the availability.
ON_REQUESTwhich switches product into manual confirmation mode (supplier confirms each booking manually). Note that such products aren’t supported by OTAs as well as some other scenarios. Availability rules are not applicable for on request products. Enabling this option unlocksON_REQUEST_DEADLINEcomponent.
This parameter is mandatory on product create and can be updated by the API client later if needed.
Did this answer your question?
😞
😐
🤩