Set Custom Field Values
Sets or updates custom field values for the specified client. Only fields included in the request are updated. Use the custom field definitions endpoint to determine valid field codes and data types.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
[
{
"fieldCode": "string",
"value": "string"
}
]
Responses
204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found