API Docs / Schemas / DocumentUploadExecutionStateDto

DocumentUploadExecutionStateDto

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

Properties

Name Type Description
documentCodestring

The code of the uploaded document.

The code of the uploaded document.

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",
  "clientCode": "string",
  "createdAt": "2024-01-01T00:00:00Z"
}

Contained in Schemas