---
title: "Batch Update Journal Entries"
method: PUT
path: "/v2/accounting/journalEntries/batch"
tags: ["Journal Entries"]
---

# Batch Update Journal Entries

`PUT /v2/accounting/journalEntries/batch`

**Supported for:**

`quickbooks` `xero` `oracleNetsuite` `sageIntacct` `zohoBooks`

## Request body

- BatchPushUpdateJournalEntriesV2Dto
  - `connectionUuid` string, required — Unique connection identifier.
  - `batch` BatchPushUpdateJournalEntries[], required
    - `currencyRate` number, float
    - `postedDate` string, date
    - `memo` string
    - `currency` string
    - `subsidiaryRefs` SubsidiaryRefDto[]
      - `id` string, required
    - `journalRef` BaseJournalRefDto
      - `id` string, required
    - `createdDate` string, date-time
    - `journalNumber` string
    - `lines` PushUpdateJournalEntryLineItemsV2[]
      - `description` string
      - `accountRef` AccountRefDto, required
        - `id` string, required
      - `trackingCategoryRefs` BillTrackingCategoryRefDto[]
        - `id` string, required
        - `type` 'class' | 'department' | 'location' | 'unknown'
      - `entityRef` EntityRefDto
        - `type` 'customer' | 'vendor'
        - `id` string, required
      - `taxRateRef` TaxRateRefDto
        - `id` string, required
      - `debit` number, float
      - `credit` number, float
      - `id` string
    - `passThrough` object
    - `journalEntryRef` string, required — reference to the journal entry to be updated

## Response `200`

- BatchUpdateJournalEntriesV2ResponseDto
  - `connectionUuid` string, required
  - `businessName` string, required
  - `serviceName` 'freshbooks' | 'quickbooks' | 'quickbooksDesktop' | 'xero' | 'oracleNetsuite' | 'sageBusinessCloud' | 'sageIntacct' | 'dynamicsBusinessCentral' | 'dynamics365Finance' | 'wave' | 'myob' | 'zohoBooks' | 'byod', required
  - `batchId` string, required
  - `batch` UpdateJournalEntriesIndividualV2ResponseDto[], required
    - `pushCommunicationId` string, required
    - `requestedOn` string, date-time, required
    - `status` 'success' | 'failed' | 'pending', required
    - `data` BatchPushUpdateJournalEntries, required
      - `currencyRate` number, float
      - `postedDate` string, date
      - `memo` string
      - `currency` string
      - `subsidiaryRefs` SubsidiaryRefDto[]
        - `id` string, required
      - `journalRef` BaseJournalRefDto
        - `id` string, required
      - `createdDate` string, date-time
      - `journalNumber` string
      - `lines` PushUpdateJournalEntryLineItemsV2[]
        - `description` string
        - `accountRef` AccountRefDto, required
          - `id` string, required
        - `trackingCategoryRefs` BillTrackingCategoryRefDto[]
          - `id` string, required
          - `type` 'class' | 'department' | 'location' | 'unknown'
        - `entityRef` EntityRefDto
          - `type` 'customer' | 'vendor'
          - `id` string, required
        - `taxRateRef` TaxRateRefDto
          - `id` string, required
        - `debit` number, float
        - `credit` number, float
        - `id` string
      - `passThrough` object
      - `journalEntryRef` string, required — reference to the journal entry to be updated

## Other responses

- `400` — Bad Request Error - Thrown if fields sent via query does not follow specifications
- `401` — Unauthorized - Not logged in or log in expired
- `403` — Forbidden - Not enough permission
- `500` — Server Error

---

[API](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api.md) · [All operations](https://skmtc.net/railz/apis/fis-accounting-data-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/railz/fis-accounting-data-as-a-service-api/revisions/5cdfae3fa1fa/schema)
