create_planned_course
Create a planned course in Eduframe by specifying course details, scheduling, participant limits, and cost structure for educational program management.
Instructions
Create a planned course.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_published | No | Boolean if is published on the website. | |
| course_id | Yes | Unique identifier of the course. | |
| type | Yes | The type of the course. | |
| start_date | No | Date at which the planned course starts. Only needed for fixed planned courses. | |
| end_date | No | Date at which the planned course ends. Only needed for fixed planned courses. | |
| min_participants | No | A number representing the minimum number of participants that can enroll for the planned course. | |
| max_participants | No | A number representing the maximum number of participants that can enroll for the planned course. | |
| cost_scheme | No | The cost schema that the payment will follow for the specified course. | |
| cost | Yes | The price to be paid for this planned course. Required if cost_scheme is student (default value) or order. | |
| course_variant_id | No | Unique identifier of the course variant. | |
| course_location_id | No | Unique identifier of the course location. | |
| duration | No | The period of time of the planned course in days. Only needed for flexible planned courses. | |
| teacher_ids | No | The ids of the teachers in the course | |
| custom | No | ||
| custom_associations | No |