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 |
|---|---|---|
| documentCode | string | The code of the client document to link to a DocumentApproval step. |
The code of the client document to link to a DocumentApproval step. | ||
JSON Example
{
"documentCode": "string"
}