POST ./meetings
Create a new meeting.
The parameter acmProviderID can have the following values:
- 1 - Zoom
- 2 - Webex
- 3 - Google
- 4 - Facebook
- 5 - Microsoft
POST parameters
Name | Value Type | Validation | Details |
---|---|---|---|
acmOaID | int | Required | Account ID (view response /account/webex ) |
acmProviderID | int | Required | Provider ID. |
acmTitle | string | Required | The meeting title. |
acmStartDate | string | Required | Data start for a meeting. |
acmEndDate | string | Required | When you want to end a meeting. |
Validation
Error Field | Error Code | Error Message |
---|---|---|
acmOaID | 101 | Invalid acmOaID. |
acmStartDate | 102 | The date is before current time. |
Output example
{"meetingID": "45"}