---
title: "Assign Company Attributes to Hiring Goals"
method: POST
path: "/v2/hiring_goals/{id}/company_attributes"
tags: ["Hiring Goals"]
---

# Assign Company Attributes to Hiring Goals

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

Assign or remove Company Attributes for a Hiring Goal

## 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 - invalid attribute value type
- `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)
