Allows you to create a course assignment.
The course assignment's external ID, usually a unique identifier from the calling system
The Id of the course associated with this course assignment
The UserId of the user that is associated with this course assignment
The subscription (if any) associated with this course assignment
When the course assignment expires (as a date string in format yyyy-MM-dd ex: 2025-12-04)
When course assignment is expected to be completed by the student (as a date string in format yyyy-MM-dd ex: 2025-12-04)
OK Response
Indicates the status of the API request.
- 0 = Success
- 10 = Error
- 20 = Not found
- 30 = Invalid integration key
Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10).
The ID of the created course assignment.