---
title: "Assign or remove Company Attributes from an Opening"
method: POST
path: "/v2/openings/{id}/company_attributes"
tags: ["Openings"]
---

# Assign or remove Company Attributes from an Opening

`POST /v2/openings/{id}/company_attributes`

Adds and/or removes Company Attributes from an Opening

## Path parameters

- `id` string, required

## Request body

- EntityCompanyAttributesParams
  - `add` object[]
    - `attribute_type` string, required
    - `attribute_value` string, required
  - `remove` string[]

## Response `200`

OK

- SingleValueCompanyAttribute[]
  - `id` integer, required
  - `type` string, required
  - `value_type` string, required
  - `attribute_value` object, required
    - `id` integer, required
    - `value` string, required
    - `value_type` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
