v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-2684278289.5 KB
Books

Create multiple Journal Entries

post/books/journal-entries/{booksId}

Path parameters

booksIdstring uuid required

Query parameters

expand'lineEntries' | 'lineEntriesTransactions' | 'lineEntriesLedger' | 'lineEntriesOpposingLedgerIds' | 'lineEntriesPaymentApplications' | 'lineEntriesLinePaymentApplications' | 'accrualSource' | 'transfer' | 'autocatResult'

Comma-separated list of expandable paths.

modifiedBystring uuid

An optional identifier for audit logging.

Request body

datetimestring yyyy-mm-ddThh:MM:ssZ required

The date and time of the journal entry

descriptionstring size < 513 required

Description of the journal entry

Example request

[
  {
    "datetime": "2016-07-22T00:00:00Z",
    "lineEntries": [
      {
        "ledgerId": "7JRNsKwy2Lw66caxVU7WGC",
        "tagIds": [
          "7JRNsKwy2Lw66caxVU7WGC"
        ]
      }
    ]
  }
]

Response