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

#### URL Expired

The URL for this request expired after 30 days.

**locationUuid**  
`uuid`  
required  
UUID of the location to update

**locationPayload**  
`object`  
Fields to update on the location. Uses the location schema; provide only the fields to change.

**customAttributesPayload**  
`array of objects`  
Replacement list of Company Attributes to attach to the location. Attribute may be referenced by UUID or key and value must match the attribute's configured data type. Omit the field to leave the location's existing attributes unchanged; provide an empty array ([]) to remove all attributes from the location.

**ADD**  
`object`

```
204

Updated Successfully

# ``400      default error response

# ``404      default error response

Updated about 2 months ago
* * *

ShellNodeRubyPHPPython
```

```
curl --request PATCH \

--url https://services.fountain.com/api/serviceworkforce/processes/locations/locationUuid/custom_attributes \

--header 'accept: application/json' \

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

application/json  
``400``404

Updated about 2 months ago
