Skip to main content

Add a new break meeting for a specific room in your event.

_Schedule date > Room > Meeting

As per the flow we have rooms every available event dates and meeting for each room of each event dates.

So to create meeting we need room and to create room we need scheduledateid. This can be found in /meeting response as described. The request body needs to be in the exact format mentioned in the Request Body description.

Request Body

Required properties for each meeting object: - eventid - roomid - title - description - starttime - starttime_gmt - endtime - endtime_gmt

eventid integer REQUIRED
roomid integer REQUIRED
title string REQUIRED
description string REQUIRED
starttime string REQUIRED
starttime_gmt string REQUIRED
endtime string REQUIRED
endtime_gmt string REQUIRED
Responses
200

PostPatchResponse

Schema
object[]
id integer

Simple ids

default

Error Response

Schema
is_error int32

Error code.

message string

String description of the error.