Last Updated on : 2023-06-15 05:44:49
Indicates whether a meeting room can be preempted based on the entered criteria. The new reservation ID will be returned on success, and the reason for failure will be returned on failure.
POST: /v2.0/iot-03/meeting-reservations/action/seize
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
topic | String | true | The theme of a specified meeting. | |
start_time | Long | true | The 13-bit timestamp of the start time. | |
end_time | Long | true | The 13-bit timestamp of the end time. | |
meeting_room_id | String | false | The ID of a specified meeting room. | |
participants | List | true | The IDs of participants in the meeting. | |
cc_participants | List | false | The IDs of persons who are mentioned in the carbon copy. | |
notice | Boolean | true | Indicates whether to send push notifications. | |
notice_time | Long | false | The time when a push notification is sent in advance. Unit: seconds. | |
attachment_url | List | false | The URL of a specified attachment. The number of attachments does not exceed 10. | |
description | String | false | The description of a specified meeting, with no more than 256 characters. | |
creator | String | true | The ID of the user who creates the meeting. |
Parameter name | Type | Description |
---|---|---|
result | String | The result of new reservation ID on success. |
POST: /v2.0/iot-03/meeting-reservations/action/seize
{ "topic": "IoT Industry Expo" "start_time": 1625052798000, "end_time": 1625059998000, "meeting_room_id": "1410118860341833xxx", "participants": [ "1", "2" ], "cc_participants": [], "notice": true, "notice_time": 180, "attachment_url": [ "https://iot.tuya.com/cloud/basic?id=p162277846137193kr3f&toptab=project" ], "description": "The small meeting room has been upgraded.", "creator": "3" }
{
"result": "141019987082373xxx",
"t": 1625052824145,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback