Last Updated on : 2023-06-15 05:45:37
Add approval settings based on the approval type and approver information.
POST: /v2.0/iot-03/meeting-settings/approvals
Description of body
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
approval_type | String | true | The type of approval. Valid values: allMustSign : The approval is granted only after all approvers agree. anyOneSign : The approval is granted after any of the approvers agrees. | |
approval_uids | List | true | The ID of the person who approves the reservation. |
Parameter name | Type | Description |
---|---|---|
result | String | The returned ID of an approval setting. |
POST: /v2.0/iot-03/meeting-settings/approvals
{
"approvalType": "anyOneSign",
"approvalUids": [
"007",
"008"
]
}
{
"result": "141020310224136****",
"t": 1625053594575,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback