v1

latestOpenAPI 3.1.1Proprietary2026-07-2687313591.4 KB
Companies

Update a single field value on a Company

Update a single field value on a company.

post/v2/companies/{companyId}/fields/{fieldId}

Path parameters

companyIdinteger required

Company 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