UpdateClientDataStepConfigDto
Configuration for UpdateClientData workflow steps.
Defines which client/custom fields the user should review and update.
Properties
| Name | Type | Description |
|---|---|---|
| fields | array 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": "..."
}
]
}