...
Parameter | Type | Description |
|---|---|---|
| token (required) | string | Access token. You can obtain a token by making a request |
| enrollmentId (required) | string | The ID of the enrollment you want to edit. You can obtain an enrollment ID with the Getting a List of Enrollments method |
| accessDate (required) | dateTime | The date when learners are supposed to start studying the course. If the start date isn't indicated, the current date will be auto-populated |
| dueDateType (required) | string | This parameter indicates if the course has a due date or it isn't time-limited. Possible values of the parameter are unlimited, default, due_date, due_period |
| dueDate (required) | date | This parameter is required if dueDateType is equal to due_date |
| duePeriod (required) | int | This parameter is required if dueDateType is equal to due_period. It is measured in hours |
| lockAfterDueDate (required) | bool | This parameter is required if dueDateType is equal to due_date/due_period. It indicated if the access to the course will remain open when the due date expires or will be locked |
...