Last Updated on : 2023-06-21 07:13:05download
End a meeting early based on the meeting room reservation ID and meeting end type. After successful operation, the end time of the meeting is changed, and the meeting room is released in advance.
PUT: /v2.0/iot-03/meeting-reservations/{reservation_id}/finish
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
reservation_id | String | uri | true | The reservation ID. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. A value of true indicates success. |
PUT: /v2.0/iot-03/meeting-reservations/1410121424625995xxx/finish
{
"end_type": "manual"
}
{
"result": true,
"t": 1625052824145,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback