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 one of the following scopes: ledger

Log in to see full request history
Body Params
string
required
  • none: the API won't let you create an unbalanced lettering
    and will respond with an error.
  • partial: a potentially unbalanced lettering will be created.
ledger_entry_lines
array of objects
required
length ≥ 2

The list of ledger entry lines you want to letter together.

You can provide ledger entry lines already lettered and they don't have to be part of the same lettering.

All received entry lines will be lettered together. If a passed entry line is already lettered, then the lettering will be applied to its lettered entry lines as well. For example:
Ledger entry lines A and B are already lettered together. C in not lettered.
When requesting [A, C] to be lettered, the final lettering will be [A, B, C].

ledger_entry_lines*
integer
required

Id of the ledger entry line

integer
required

Id of the ledger entry line

Responses

Response body
array of objects
object
integer
required

Id of the ledger entry line

Language
Credentials
OAuth2