| Time | Status | User Agent |
| :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

##### identifier

- **uuid**  
  required  
  companyAttribute unique identifier

- **uuid**

- **label**  
  _string_  
  required

- **key**  
  _string_

- **dataType**  
  _string_  
  enum  
  required  
  _string, number, date, boolean, select, address, media, signature, complianceDocument_  
  Show 9 enum values

- **description**  
  _string_

- **options**  
  _array of objects_  
  options  
  ADD object

- **hireUuid**  
  _uuid_

- **readOnly**  
  _boolean_  
  Defaults to false  
  true / false

- **attachedToModel**  
  _string_  
  enum  
  Defaults to location  
  _location, locationGroup, job, opening_

# `202`      updated companyAttribute. Wrapped in a JsonAPI root response.

# `500`      default error response

##### Updated about 2 months ago

---

```shell
xxxxxxxxxx

curl --request PATCH \

--url https://services.fountain.com/api/serviceorganizations/companyAttributes/identifier \

--header 'accept: application/json' \

--header 'content-type: application/json' \

--data '

{

"dataType": "string",

"readOnly": false,

"attachedToModel": "location"

}

'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

application/json

```json
{"202": "success", "500": "error"}
```

**Updated about 2 months ago**
