API Docs / Schemas / ExecuteWorkflowStepRequest

ExecuteWorkflowStepRequest

Optional request body for executing a workflow step.
Required for DocumentApproval steps (must provide documentCode), ignored for other step types.

Properties

Name Type Description
documentCodestring

The code of the client document to link to a DocumentApproval step.
Required for DocumentApproval steps. The document must exist and have a Pending client approval status.

The code of the client document to link to a DocumentApproval step.
Required for DocumentApproval steps. The document must exist and have a Pending client approval status.

JSON Example

{
  "documentCode": "string"
}

Used By Operations