create_program_edition
Create a program edition by specifying its name, dates, participant limits, pricing details, and publication status within Eduframe's educational management system.
Instructions
Create a program edition
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| program_id | Yes | Unique identifier of associated program. | |
| name | Yes | Name of the program edition. | |
| start_date | No | Nominal start date of the edition. | |
| end_date | No | Nominal end date of the edition (inclusive). | |
| cost | No | The price to be paid for this edition. Required if cost_scheme is student (default value) or order. | |
| cost_scheme | No | How should the edition be paid by default. | |
| min_participants | No | A number representing the minimum number of participants. | |
| max_participants | No | A number representing the maximum number of participants. | |
| is_published | No | Boolean representing the publishable status of the edition. | |
| custom | No | ||
| custom_associations | No |