Link Meeting Room with Template

Last Updated on : 2023-06-21 07:13:03

Link a meeting room with a reservation rule configuration template.

API address

POST: /v2.0/iot-03/meeting/config-templates/action-assign

Request parameter

Description of body

Parameter nameTypeINRequiredDescription
room_idString trueThe ID of a specified meeting room.
template_idString trueThe ID of a specified template.

Return parameter

Parameter nameTypeDescription
resultBooleanThe returned result. Valid values:
  • true: The linking operation succeeded.
  • false: The linking operation failed.

Request example

POST: /v2.0/iot-03/meeting/config-templates/action-assign
{
  "room_id": "766416426****",
  "template_id'": "82731731873****"
}

Return example

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

Error code

For more information, see error code.