v1
latestOpenAPI 3.0.12026-07-141671231.8 MBLedger Entry Lines
Letter ledger entry lines
This endpoint lets you letter ledger entry lines together. All received entry lines will be lettered together. If a passed entry line is already lettered, then the lettering will be applied to its associated lettered entry lines as well.
ℹ️ This endpoint requires the following scope: ledger_entries:all
post/api/external/v2/ledger_entry_lines/lettering
Request body
Example request
{
"ledger_entry_lines": [
{
"id": 3455
}
]
}Response
Returns all the ledger entry lines of the new lettering
Example response
[
{
"id": 1
}
]