v1
latestOpenAPI 3.1.02026-07-242735131.1 MBCustom Fields
Update a Custom Field Value
Updates a custom field value for a given employment.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employments (employments) | - | Manage custom field values (custom_field_value:write) |
put/v1/custom-fields/{custom_field_id}/values/{employment_id}
Path parameters
custom_field_idstring required
Custom field ID
employment_idstring required
Employment ID
Request body
Example request
{
"value": "UXH34HG"
}Response
Success
Example response
{
"data": {
"custom_field_value": {
"custom_field_id": "01c0e4d2-f41b-11ed-9d3f-cb3ecccebb58",
"value": "UXH34HG"
}
}
}