Skip to main content

Add a new room for a specific date 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 room object: - eventid - scheduledateid - roomname - capacity

eventid integer

Simple ids

scheduledateid integer REQUIRED

Simple ids

roomname string REQUIRED

Simple string

capacity integer REQUIRED

Simple ids

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.