Books
Create a Ledger Template
Create a new ledger within an agent-owned Chart of Accounts template.
post/books/agent-ledger-templates
Request body
Example request
{
"coaTemplateId": "7JRNsKwy2Lw66caxVU7WGC",
"parentId": "7JRNsKwy2Lw66caxVU7WGC"
}Response
Example response
{
"ledgerTemplate": {
"children": [
{
"id": "7JRNsKwy2Lw66caxVU7WGC",
"parentId": "7JRNsKwy2Lw66caxVU7WGC"
}
],
"id": "7JRNsKwy2Lw66caxVU7WGC",
"parentId": "7JRNsKwy2Lw66caxVU7WGC"
}
}