---
title: "Organization data model"
url: "https://docs.unified.to/accounting/organization/model"
description: "API reference for Organization data model. Launch multiple pre-built Organization integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-29T20:08:39.272Z"
---
# Organization data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/accounting/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 

**legal\_name**string 

**currency**string 

Currency primarily used by the organization, in ISO 4217 format (e.g. U.S. dollars is USD).

**address**object 

**tax\_number**string 

Organization's tax number. For example, in the U.S., this is an Employer Identification Number (EIN).

**timezone**string 

**website**string 

**parent\_id**string 

**fiscal\_year\_end\_month**number 

Month of the year when the organization’s fiscal year ends (1 - 12, where January is 1)

**organization\_code**string 

Identifier for tracking and categorizing organizations for reporting or analysis purposes that is defined by the end-customer

**raw**any
