---
title: "Create Journal Entries"
method: POST
path: "/accounting/journalentries"
tags: ["accounting/journalentries"]
---

# Create Journal Entries

`POST /accounting/journalentries`

Create Journal Entries in any supported Accounting software

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Request body

- UnifiedAccountingJournalentryInput
  - `transaction_date` string, date-time, nullable — The date of the transaction
  - `payments` string[], nullable — The payments associated with the journal entry
  - `applied_payments` string[], nullable — The applied payments for the journal entry
  - `memo` string, nullable — A memo or note for the journal entry
  - `currency` string, nullable — The currency of the journal entry
  - `exchange_rate` string, nullable — The exchange rate applied to the journal entry
  - `id_acc_company_info` string — The UUID of the associated company info
  - `journal_number` string, nullable — The journal number
  - `tracking_categories` string[], nullable — The UUIDs of the tracking categories associated with the journal entry
  - `id_acc_accounting_period` string, nullable — The UUID of the associated accounting period
  - `posting_status` string, nullable — The posting status of the journal entry
  - `line_items` LineItem[] — The line items associated with this journal entry
    - `name` string, nullable — The name of the report item
    - `value` number, nullable — The value of the report item
    - `type` string, nullable — The type of the report item
    - `parent_item` string, nullable — The UUID of the parent item
    - `remote_id` string, nullable — The remote ID of the report item
    - `remote_generated_at` string, date-time, nullable — The date when the report item was generated in the remote system
    - `company_info_id` string, nullable — The UUID of the associated company info object
    - `created_at` string, date-time — The created date of the report item
    - `modified_at` string, date-time — The last modified date of the report item
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora

## Response `201`

- UnifiedAccountingJournalentryOutput
  - `transaction_date` string, date-time, nullable — The date of the transaction
  - `payments` string[], nullable — The payments associated with the journal entry
  - `applied_payments` string[], nullable — The applied payments for the journal entry
  - `memo` string, nullable — A memo or note for the journal entry
  - `currency` string, nullable — The currency of the journal entry
  - `exchange_rate` string, nullable — The exchange rate applied to the journal entry
  - `id_acc_company_info` string — The UUID of the associated company info
  - `journal_number` string, nullable — The journal number
  - `tracking_categories` string[], nullable — The UUIDs of the tracking categories associated with the journal entry
  - `id_acc_accounting_period` string, nullable — The UUID of the associated accounting period
  - `posting_status` string, nullable — The posting status of the journal entry
  - `line_items` LineItem[] — The line items associated with this journal entry
    - `name` string, nullable — The name of the report item
    - `value` number, nullable — The value of the report item
    - `type` string, nullable — The type of the report item
    - `parent_item` string, nullable — The UUID of the parent item
    - `remote_id` string, nullable — The remote ID of the report item
    - `remote_generated_at` string, date-time, nullable — The date when the report item was generated in the remote system
    - `company_info_id` string, nullable — The UUID of the associated company info object
    - `created_at` string, date-time — The created date of the report item
    - `modified_at` string, date-time — The last modified date of the report item
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
  - `id` string, nullable — The UUID of the journal entry record
  - `remote_id` string — The remote ID of the journal entry in the context of the 3rd Party
  - `remote_created_at` string, date-time, nullable — The date when the journal entry was created in the remote system
  - `remote_modiified_at` string, date-time, nullable — The date when the journal entry was last modified in the remote system
  - `remote_data` object, nullable — The remote data of the journal entry in the context of the 3rd Party
  - `created_at` string, date-time, nullable — The created date of the journal entry record
  - `modified_at` string, date-time, nullable — The last modified date of the journal entry record

## Changes

- **2024-08-27** `5ba5c769e2e1` — 162 breaking, 162 info
  - removed the enum value `AED` of the request property `currency`
  - removed the enum value `AFN` of the request property `currency`
  - removed the enum value `ALL` of the request property `currency`
  - removed the enum value `AMD` of the request property `currency`
  - …320 more
- **2024-08-13** `6c3a1da2bdc9` — 33 info
  - added the new optional request property `applied_payments`
  - added the new optional request property `currency`
  - added the new optional request property `exchange_rate`
  - added the new optional request property `field_mappings`
  - …29 more
- **2024-08-11** `04b9c7ceedbf` — 31 warning
  - removed the request property `applied_payments`
  - removed the request property `currency`
  - removed the request property `exchange_rate`
  - removed the request property `field_mappings`
  - …27 more
- **2024-08-10** `f4029106f69f` — 31 info
  - added the new optional request property `applied_payments`
  - added the new optional request property `currency`
  - added the new optional request property `exchange_rate`
  - added the new optional request property `field_mappings`
  - …27 more

[Change history](https://skmtc.dev/panoratech/apis/panora-api/changes/accounting/journalentries/post.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panoratech/panora-api/revisions/318082b88074/schema)
