POST ./timetables/{id}/generator/start
Create a new timetable activity.
POST parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| ascID | int | Required | The School year |
| name | string | Required | The timetable name |
| generationMethod | string | Required | Generation method: manual OR fet |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| ascID | 101 | Invalid ascID. |
| name | 102 | Invalid slots. |
| generationMethod | 104 | generationMethod should be manual OR fet. |
Output example
{"id":16}
