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
Example request
[
{
"datetime": "2016-07-22T00:00:00Z",
"lineEntries": [
{
"ledgerId": "7JRNsKwy2Lw66caxVU7WGC",
"tagIds": [
"7JRNsKwy2Lw66caxVU7WGC"
]
}
]
}
]