---
title: "Updates an existing Nominal Journal Batch."
method: PUT
path: "/v1/nominalJournalBatches/{id}"
tags: ["NominalJournalBatches"]
---

# Updates an existing Nominal Journal Batch.

`PUT /v1/nominalJournalBatches/{id}`

## Path parameters

- `id` integer, required

## Request body

- NominalJournalBatchDto
  - `id` integer
  - `bookTranTypeId` integer
  - `entryDate` string, date-time
  - `procDate` string, date-time
  - `total` number, double
  - `timestamp` string, byte
  - `accountTransactions` NominalJournalBatchLineDto[]
    - `id` integer
    - `acCode` string
    - `description` string
    - `procDate` string, date-time
    - `reference` string
    - `debit` number, double
    - `credit` number, double
    - `firstDetail` string
    - `secondDetail` string
    - `timeStamp` string, byte

## Response `200`

OK

- object

---

[API](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api.md) · [All operations](https://skmtc.dev/bigredcloud/apis/big-red-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bigredcloud/big-red-cloud-api/revisions/e1d97979e906/schema)
