Set a custom field's value for an entity
Authentication
Path parameters
Numeric entity type id (e.g. 5 = Requirement/Job)
Numeric id of the field definition, from GET …/definitions
Request
Data type of the field being set. Must match the field’s actual definition. 1=Text, 2=Text Area, 3=Checkbox, 4=Select (dropdown), 5=Number, 6=Currency, 7=Date, 10=Time.
New value for this field, as a string. Dates/times must be ISO-8601. Not used for Select-type fields — use optionGk instead.
Identifier of the option to select, for Select-type fields only.