v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-2684278289.5 KB
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

{"stackTrail":"paths:/books/journal-entries/{booksId}:put:responses:200:content:application/json:schema:items","oasType":"schema","type":"unknown"}

Example response

[]