Skip to main content

Approve/Reject document in approval queue

POST 

/documents/:documentId/workflow/:workflowId/decisions

Approve/Reject document in approval queue; available as an Add-On Module

Request

Path Parameters

    documentId stringrequired

    Document Identifier

    workflowId stringrequired

    Workflow Identifier

Query Parameters

    siteId string

    Site Identifier

Body

required

    stepId string

    Workflow Step Identifier

    comments string

    Workflow decision comments

    decision stringrequired

    Possible values: [APPROVE, REJECT]

Responses

201 CREATED

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    message string

    Result message

Loading...