Books
Update a Ledger Template
Update an existing ledger within an agent-owned Chart of Accounts template.
put/books/agent-ledger-template/{ledgerId}
Path parameters
ledgerIdstring base58 (max length 22) required
unique id for a ledger
Example:7JRNsKwy2Lw66caxVU7WGC
Request body
Response
Example response
{
"ledgerTemplate": {
"children": [
{
"id": "7JRNsKwy2Lw66caxVU7WGC",
"parentId": "7JRNsKwy2Lw66caxVU7WGC"
}
],
"id": "7JRNsKwy2Lw66caxVU7WGC",
"parentId": "7JRNsKwy2Lw66caxVU7WGC"
}
}