season_code: A unique identifier for the season.description_it: The description of the season in Italian.year: The year for which the season applies.season: The season type, where the values correspond to:| Code | Season Name |
|---|---|
| 1 | Spring/Summer |
| 2 | Autumn/Winter |
| 3 | Continuous |
| 4 | No Season |
prog_id) and the season_code.{
"season": {
"prog_id": 994,
"season_code": "EXAMPLE_SEASON"
}
}{
"message": "season_code with {season_code} already exists"
}season value does not match one of the predefined categories (1, 2, 3, 4), the following error will be returned:{
"message": "season with {season} not found"
}