---
title: "Update a location"
method: PATCH
path: "/hris/{connection_id}/location/{id}"
tags: ["hris", "location"]
---

# Update a location

`PATCH /hris/{connection_id}/location/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Request body

- HrisLocation
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `description` string
  - `address` PropertyHrisLocationAddress
    - `address1` string
    - `address2` string
    - `city` string
    - `region` string
    - `region_code` string
    - `postal_code` string
    - `country` string
    - `country_code` string
  - `parent_id` string
  - `external_identifier` string
  - `telephones` HrisTelephone[]
    - `telephone` string, required
    - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
  - `timezone` string
  - `currency` string
  - `language_locale` string
  - `is_active` boolean
  - `is_hq` boolean
  - `company_id` string
  - `raw` object

## Response `200`

Successful

- HrisLocation
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `description` string
  - `address` PropertyHrisLocationAddress
    - `address1` string
    - `address2` string
    - `city` string
    - `region` string
    - `region_code` string
    - `postal_code` string
    - `country` string
    - `country_code` string
  - `parent_id` string
  - `external_identifier` string
  - `telephones` HrisTelephone[]
    - `telephone` string, required
    - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
  - `timezone` string
  - `currency` string
  - `language_locale` string
  - `is_active` boolean
  - `is_hq` boolean
  - `company_id` string
  - `raw` object

---

[API](https://skmtc.net/unified/apis/unified-to-api.md) · [All operations](https://skmtc.net/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unified/unified-to-api/versions/1f72720916e4/schema)
