Persons
Update a single field value on a Person
Update a single field value on a person.
post/v2/persons/{personId}/fields/{fieldId}
Path parameters
personIdinteger required
Person ID
fieldIdstring required
Example:affinity-data-location
Field ID
Request body
Example request
{
"value": {
"type": "company-multi",
"data": [
{
"id": 1
},
{
"id": 2
}
]
}
}Response
No Content