Last Updated on : 2023-06-15 05:45:48
Submit a task to a specified approver, who will approve or reject the task.
POST: /v2.0/iot-03/meeting-approvals/{approval_id}/actions/submit
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
approval_id | String | uri | true | The ID of a specified approval task. |
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
uid | String | true | The ID of a specified approver. | |
action | String | true | The approval operation. |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Indicates whether the operation is successful. Valid values: true : succeeded. false : failed. |
POST: /v2.0/iot-03/meeting-approvals/1409765158745542709/actions/submit
{
"uid": "007",
"action": "pass"
}
{
"result": true,
"t": 1625040821106,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback