API Docs / Schemas / UpdateClientDataStepConfigDto

UpdateClientDataStepConfigDto

Configuration for UpdateClientData workflow steps.
Defines which client/custom fields the user should review and update.

Properties

Name Type Description
fieldsarray of UpdateClientDataFieldDto

The fields to present for updating, ordered by SortOrder.

The fields to present for updating, ordered by SortOrder.

JSON Example

{
  "fields": [
    {
      "fieldType": "...",
      "clientField": "...",
      "customFieldDefinitionCode": "...",
      "sortOrder": "...",
      "instructions": "..."
    }
  ]
}

Contained in Schemas