PPylon Developers
ApiEvent Series

Create Event Series

POST
/api/organizer/v1/events/{eventId}/series
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Path Parameters

eventId*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/organizer/v1/events/497f6eca-6276-4993-bfeb-53cbbbba6f08/series" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "recurrenceRule": "string",    "startDate": "2019-08-24T14:15:22Z",    "endDate": "2019-08-24T14:15:22Z",    "excludeDates": null,    "defaultVenueId": "bb72f81f-806e-49be-b27c-f5db8e0a325e",    "defaultCapacity": 1,    "defaultSessionDuration": "string",    "defaultStartTime": "14:15:22Z",    "defaultDoorsOpenOffset": null  }'
{
  "seriesId": "9a4d45ee-59e9-44a5-8e84-1878a49320e7",
  "sessionsGenerated": 0
}
{
  "code": "string",
  "message": "string"
}