API Docs / Operations / Client - Custom Fields / Set Custom Field Values

Set Custom Field Values

PUT /tenants/{tenant}/clients/{client}/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

NameTypeDescription
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

Try it