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 integerSimple ids |
scheduledateid integer — REQUIREDSimple ids |
roomname string — REQUIREDSimple string |
capacity integer — REQUIREDSimple ids |
| Responses | |||
|---|---|---|---|
200PostPatchResponse
| |||
defaultError Response
|