API Docs / Schemas / DocumentApprovalExecutionStateDto

DocumentApprovalExecutionStateDto

Execution state for a DocumentApproval workflow step.
Contains information about the document sent for client approval.
Read-only - written by the system during step execution, never edited by users.

Properties

Name Type Description
documentCodestring

The code of the first document sent for client approval.

The code of the first document sent for client approval.

documentCodesarray of string

The codes of every document sent for client approval on this step. Null on steps executed
before multi-document approvals existed — fall back to DocumentCode then.

The codes of every document sent for client approval on this step. Null on steps executed
before multi-document approvals existed — fall back to DocumentCode then.

clientCodestring

The client code the document belongs to.

The client code the document belongs to.

createdAtstring

UTC timestamp of when the document was linked to this step.

UTC timestamp of when the document was linked to this step.

JSON Example

{
  "documentCode": "string",
  "documentCodes": [
    "string"
  ],
  "clientCode": "string",
  "createdAt": "2024-01-01T00:00:00Z"
}

Contained in Schemas