Books
Retrieve a Chart of Accounts Template
Retrieve details of a specific Chart of Accounts template.
get/books/agent-coa-template/{coaTemplateId}
Path parameters
coaTemplateIdstring base58 (max length 22) required
unique id for a chart of accounts template
Example:7JRNsKwy2Lw66caxVU7WGC
Query parameters
expand'ledgers'
Comma-separated list of expandable paths.
Response
Example response
{
"coaTemplate": {
"id": "7JRNsKwy2Lw66caxVU7WGC"
}
}