Add a new session track for a specific date in your event.
Schedule date > Tracks > Sessions
As per the flow we have tracks every available event dates and sessions for each track of each event dates.
So to create session we need session track and to create session track we need event date and scheduledateid
.
Apart from this there is also multi tab feature. Check the available list from Event section's /event/apptabs endpoint and use any of the available schedule type apptabid.
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 error. As we have multiple tab feature, Required properties for each session track object:
|
---|
eventid integer — REQUIREDSimple ids |
apptabid integer — REQUIREDSimple ids |
scheduledateid integer — REQUIREDSimple ids |
trackname string — REQUIREDSimple string |
Responses | |||
---|---|---|---|
200 PostPatchResponse
| |||
default Error Response
|