End Meeting Early

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.

API address

PUT: /v2.0/iot-03/meeting-reservations/{reservation_id}/finish

Request parameter

Parameter nameTypeINRequiredDescription
reservation_idStringuritrueThe reservation ID.

Return parameter

Parameter nameTypeDescription
resultBooleanIndicates whether the operation is successful. A value of true indicates success.

Request example

PUT: /v2.0/iot-03/meeting-reservations/1410121424625995xxx/finish
{
  "end_type": "manual"
}

Return example

{
    "result": true,
    "t": 1625052824145,
    "success": true
}

Error code

For more information, see error code.