Approves a permission request order. Note: The 2020 edition of OpenAPI will be discontinued. Migrate to the 2024 edition OpenAPI ApproveProcessInstance as soon as possible.
Operation description
Note: The 2020 edition of OpenAPI will be discontinued. Migrate to the 2024 edition OpenAPI ApproveProcessInstance as soon as possible..
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dataworks:* |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FlowId |
string |
Yes |
The ID of the permission request order to approve. You can call the ListPermissionApplyOrders operation to obtain the ID. |
48f36729-05f9-4a40-9286-933fd940f30a |
| ApproveComment |
string |
Yes |
The remarks for the approval. |
agree |
| ApproveAction |
integer |
Yes |
The approval action to perform. Valid values:
|
1 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| ApproveSuccess |
boolean |
Indicates whether the approval is successful. |
true |
| RequestId |
string |
The request ID. |
0bc1ec92159376**** |
Examples
Success response
JSON format
{
"ApproveSuccess": true,
"RequestId": "0bc1ec92159376****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.