All Products
Search
Document Center

DataWorks:ApprovePermissionApplyOrder

Last Updated:Oct 17, 2024

Processes a permission request order.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
FlowIdstringYes

The ID of the permission request order. You can call the ListPermissionApplyOrders operation to obtain the order ID.

48f36729-05f9-4a40-9286-933fd940f30a
ApproveCommentstringYes

The comment on the order.

agree
ApproveActionintegerYes

The action for the permission request order. Valid values:

  • 1: approve
  • 2: reject
  • 0
  • 1
  • 2.
  • 3.
  • 4
  • 5
1

Response parameters

ParameterTypeDescriptionExample
object
ApproveSuccessboolean

Indicates whether the permission request order is processed.

true
RequestIdstring

The request ID.

0bc1ec92159376****

Examples

Sample success responses

JSONformat

{
  "ApproveSuccess": true,
  "RequestId": "0bc1ec92159376****"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history