---
title: "Journal data model"
url: "https://docs.unified.to/accounting/journal/model"
description: "API reference for Journal data model. Launch multiple pre-built Journal integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-29T17:52:15.118Z"
---
# Journal 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)

**reference**string 

**tax\_amount**number 

**currency**string 

**lineitems** array 

new field name

**taxrate\_id**string 

**description**string 

**posted\_at**date 

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

**source**string 

**organization\_id**string 

**raw**any
