---
title: "Creates a new Nominal Journal Batch."
method: POST
path: "/v1/nominalJournalBatches"
tags: ["NominalJournalBatches"]
---

# Creates a new Nominal Journal Batch.

`POST /v1/nominalJournalBatches`

## 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)
