Create Season
POST/api/Seasons/CreateSeason
Tier: Public — stable, supported for third-party integration.
Creates a new Season.
Request
Responses
- 200
- 400
Returns the created Seasons.SeasonDetailDto.
Validation failure — empty Name, duplicate Name/Code within the organisation, or EndDate earlier than StartDate.