v1

latestOpenAPI 3.1.1Proprietary2026-07-2687313591.4 KB
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