Save Step Client Data
Saves client data values from an UpdateClientData workflow step. Applies values to the client record. Set markComplete to true to also mark the step as Completed.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| groupNumber* | path integer (int32) | |
| stepNumber* | path integer (int32) | |
| taskCode* | path string | |
Request Body*
{
"values": [
{
"clientField": "...",
"customFieldDefinitionCode": "...",
"value": "..."
}
],
"markComplete": false
}
Responses
204 No Content
401 Unauthorized – Invalid or missing API key