API Docs / Schemas / ClientConfirmationDto

ClientConfirmationDto

Summary DTO for a client confirmation workflow step

Properties

Name Type Description
idinteger

The workflow step ID

The workflow step ID

stepNamestring

The name of the workflow step

The name of the workflow step

statusenum

NotStarted InProgress Blocked Completed Skipped

NotStarted InProgress Blocked Completed Skipped

taskCodeAndNameDto
clientCodeAndNameDto
groupNamestring

The workflow group name

The workflow group name

createdDatestring

When the confirmation step was created

When the confirmation step was created

updatedDatestring

When the confirmation step was last updated

When the confirmation step was last updated

JSON Example

{
  "id": 0,
  "stepName": "string",
  "status": "NotStarted",
  "task": {
    "code": "string",
    "name": "string"
  },
  "client": {
    "code": "string",
    "name": "string"
  }
}

Contained in Schemas