Name | Description | Type | Additional information |
---|---|---|---|
Activity |
The Activity record to create. |
ActivityDto |
Required |
ActivityCourses |
A collection of ActivityCourse records to create that will be associated with the Activity record. Note: for each of the items supplied in this collection: set ActivityId to 1, as once it passes range validation, it will be ignored and automatically assigned to the id of the created Activity record. Likewise set PreferenceNumber to 1 as it will be ignored and automatically assigned based on the order the items are supplied in this collection. |
Collection of ActivityCourseDto |
Max items: 50 |