---
title: "Location data model"
url: "https://docs.unified.to/hris/location/model"
description: "API reference for Location data model. Launch multiple pre-built Location integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-15T20:20:54.278Z"
---
# Location data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/hris/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

**description**string 

**address**object 

**parent\_id**string 

**external\_identifier**string 

**telephones** array 

**timezone**string 

**currency**string 

**language\_locale**string 

**is\_active**boolean 

**is\_hq**boolean 

if this location is the headquarters of the company

**company\_id**string 

(reference to HrisCompany)

**raw**any
