create_program
Create educational programs in Eduframe by specifying name, category, pricing scheme, and course content to organize learning materials.
Instructions
Create a program
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the program. | |
| category_id | Yes | Identifier of the category of the program. | |
| cost_scheme | Yes | How should the program be paid by default. | |
| cost | No | The price to be paid for this program. Required if cost_scheme is student (default value) or order. | |
| is_published | No | Boolean representing the publishable status of the program. | |
| label_ids | No | IDs of the labels | |
| custom | No | ||
| custom_associations | No | ||
| course_tab_contents_attributes | No |