API Docs / Schemas / DocumentRequestExecutionStateDto

DocumentRequestExecutionStateDto

Execution state for a DocumentRequest workflow step.
Contains information about the created document request after execution.
Read-only - written by the system during step execution, never edited by users.

Properties

Name Type Description
documentRequestCodestring

The code of the created document request.

The code of the created document request.

clientCodestring

The client code the document request was created for.

The client code the document request was created for.

createdAtstring

UTC timestamp of when the document request was created and opened.

UTC timestamp of when the document request was created and opened.

JSON Example

{
  "documentRequestCode": "string",
  "clientCode": "string",
  "createdAt": "2024-01-01T00:00:00Z"
}

Contained in Schemas