Persons
Update a single field value on a Person
| ⚠️ This endpoint is currently in BETA |
|---|
Update a single field value on a person.
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Person ID
Required range:
1 <= x <= 9007199254740991Field ID
Examples:
"affinity-data-location"
"field-1234"
Body
application/json
- CompaniesValueUpdate
- CompanyValueUpdate
- DateValue
- DropdownValueUpdate
- DropdownsValueUpdate
- FloatValue
- FloatsValue
- LocationValue
- LocationsValue
- PersonValueUpdate
- PersonsValueUpdate
- RankedDropdownValueUpdate
- TextValue
- TextsValue
Example:
{
"type": "company-multi",
"data": [{ "id": 1 }, { "id": 2 }]
}Response
No Content