Books
Bulk update journal entries
put/books/journal-entries/{booksId}
Path parameters
booksIdstring uuid required
Request body
Example request
{
"updates": [
{
"datetime": "2016-07-22T00:00:00Z",
"journalEntryId": "7JRNsKwy2Lw66caxVU7WGC",
"lineEntryChanges": {
"create": [
{
"ledgerId": "7JRNsKwy2Lw66caxVU7WGC",
"tagIds": [
"7JRNsKwy2Lw66caxVU7WGC"
]
}
],
"delete": [
"7JRNsKwy2Lw66caxVU7WGC"
],
"update": [
{
"id": "7JRNsKwy2Lw66caxVU7WGC",
"ledgerId": "7JRNsKwy2Lw66caxVU7WGC",
"tagIds": [
"7JRNsKwy2Lw66caxVU7WGC"
]
}
]
}
}
]
}Response
Example response
[]