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
.
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. We need We can create one/multiple session tracks at the same time. Multiple single track objects can be pushed into the Required properties for each session track object:
|
---|
eventid integer — REQUIRED |
scheduledateid integer — REQUIRED |
trackname string — REQUIRED |
Responses | |||
---|---|---|---|
200 PostPatchResponse
| |||
default Error Response
|