---
title: "(Auth roles: Promoter)"
method: POST
path: "/v{api-version}/Season/{providerId}"
tags: ["Season"]
---

# (Auth roles: Promoter)

`POST /v{api-version}/Season/{providerId}`

## Path parameters

- `providerId` integer, required
- `api-version` string, required

## Request body

- CreateSeasonRequest
  - `event` CreateEventRequest
    - `name` string, nullable
    - `prefixLabel` string, nullable
    - `slug` string, nullable
    - `startDate` string, date-time
    - `durationMinutes` integer, nullable
    - `timeZone` string, nullable
    - `activationTime` string, date-time, nullable
    - `salesEndTime` string, date-time, nullable
    - `salesAvailability` 0 | 1 | 2
    - `isAvailableForEarlySells` boolean
    - `endDate` string, date-time
    - `currency` 1 | 2 | 3 | 4 | 5
    - `isCheckingCovid` boolean
    - `extraFeeRate` number, double
    - `fixedFeeRate` number, double
    - `administrativeFeePaidByCustomer` boolean
    - `processingFeePaidByCustomer` boolean
    - `minimumAge` integer
    - `place` string, nullable
    - `tags` string[], nullable
    - `isSeason` boolean
    - `seasonId` integer
    - `seatsIoMapId` integer, nullable
    - `description` string, nullable
    - `salesNotAvailableText` string, nullable
    - `ticketsSoldText` string, nullable
    - `needDataTalksSync` boolean
    - `maxSeatsToSelectPerTransaction` integer
    - `qrCodeVisibilityHours` integer
    - `isRecurring` boolean
    - `parentEventId` integer, nullable
    - `hideForUpcoming` boolean

## Response `200`

OK

- SeasonResponseInvokeResponse
  - `isSuccess` boolean
  - `code` 2000 | 4001 | 4002 | 4003 | 4004 | 4005 | 4006 | 4007 | 4008 | 4009 | 4010 | 4101 | 4201 | 4202 | 4203 | 4301 | 4302 | 4303 | 4304 | 4305 | 4307 | 4308 | 4309 | 4310 | 4311 | 4312 | 4313 | 4314 | 4320 | 4321 | 5001 | 5002 | 6001
  - `errorMessage` string, nullable
  - `exception` ISerializable
  - `result` SeasonResponse
    - `id` integer
    - `baseEventId` integer
    - `seasonName` string, nullable
    - `eventsIds` integer[], nullable

---

[API](https://skmtc.dev/sixtix/apis/sixtix-api-developer-documentation.md) · [All operations](https://skmtc.dev/sixtix/apis/sixtix-api-developer-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sixtix/sixtix-api-developer-documentation/revisions/06d7984f1f4e/schema)
