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 |
|---|---|---|
| documentRequestCode | string | The code of the created document request. |
The code of the created document request. | ||
| clientCode | string | The client code the document request was created for. |
The client code the document request was created for. | ||
| createdAt | string | 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"
}