Create Menu Cycle ScheduleAsk AIpost https://api.apicbase.com/api/v2/menu_planning/menu_cycle_schedule/Creates a new instance of a menu cycle schedule.Body ParamsnamestringrequiredThe name of the menu cycle schedule. The max length is 100 characters.start_datedaterequiredThe start date of the menu cycle schedule.duration_in_weeksint32requiredThe duration of the menu cycle schedule in weeks. Must be between 1 and 15.number_of_cyclesint32requiredThe number of cycles in the menu cycle schedule. Must be between 1 and 100. It's required if end_date is not provided.end_datedateThe end date of the menu cycle schedule. It's required if number_of_cycles is not provided.repeat_every_in_weeksint32The number of weeks between each cycle start date. If not provided, each cycle will start after the end of the previous cycle. Must be between 1 and 16.statusstringenumDefaults to DraftThe status of the menu cycle scheduleLiveDraftInactiveArchivedAllowed:LiveDraftInactiveArchiveddescriptionstringThe description of the menu cycle schedule. The max length is 255 characters.outletsarray of stringsrequiredA list of outlet IDs to be linked to the menu cycle schedule.outlets*ADD stringcoursesarray of objectsrequiredThe courses and planned recipes of the menu cycle schedule.courses*ADD objectcustom_fieldsjsonResponses 200200 400400Updated 10 months ago