Last Updated on : 2023-06-15 05:45:08
Create a history of acceptance and rejection of meeting invitations.
POST: /v2.0/iot-03/meeting-reservations/{reservation_id}/invitations
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
reservation_id | Long | uri | true | The reservation ID. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
participant_id | String | true | The ID of a specified participant in the meeting. | |
status | String | true | Indicates whether to accept the meeting invitation. Valid values: accept : accept the invitation. reject : reject the invitation. |
Parameter name | Type | Description |
---|---|---|
result | Long | The ID of a specified invitation. |
POST: /v2.0/iot-03/meeting-reservations/1410076676288679969/invitations
{
"participant_id": "1",
"status": "accept"
}
{
"result": 1410076739505229800,
"t": 1625023467329,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback