POST ./timetables/{id}/generator/start

Create a new timetable activity.

POST parameters

NameValue TypeValidationDetails
ascIDintRequiredThe School year
namestringRequiredThe timetable name
generationMethodstringRequiredGeneration method: manual OR fet

Validation

Error FieldError CodeError Message
ascID101Invalid ascID.
name102Invalid slots.
generationMethod104generationMethod should be manual OR fet.

Output example

{
"id":16
}