Create a new session for your session track
Schedule date > Tracks > Sessions
To create session we need session track of an event date as per the flow of Sessions.
The request body needs to be in the exact format mentioned in the Request Body description.
Request Body The structure should be as mentioned or else it will throw errors. We need We can create one/multiple sessions at the same time. Multiple single session objects can be pushed into the Required properties for each session:
Expected property details:
|
---|
eventid integer — REQUIRED |
scheduledateid integer — REQUIRED |
scheduletrackid integer — REQUIRED |
title string — REQUIRED |
description string |
coverimage string |
location string |
starttime string — REQUIRED |
endtime string — REQUIRED |
sessiontype string — REQUIREDPossible values: [ |
speakerid integer |
additioalspeakers string |
checkintype stringPossible values: [ |
rsvp boolean |
unlimitedcapacity boolean |
capacity integer |
privateSessionUsers string |
tags string |
file1 string |
file2 string |
file3 string |
file4 string |
file5 string |
videolink string |
additionalvideo1 string |
restrictstarttime1 boolean |
additionalvideo2 string |
restrictstarttime2 boolean |
additionalvideo3 string |
restrictstarttime3 boolean |
additionalvideo4 string |
restrictstarttime4 boolean |
additionalvideo5 string |
restrictstarttime5 boolean |
ticketassociated boolean |
Responses | |||
---|---|---|---|
200 PostPatchResponse
| |||
default Error Response
|