v1
latestOpenAPI 3.1.02026-07-24111224223.3 KBChart of Accounts
Creates an account
Adds an account to the chart of accounts for the organization. The account currency is inherited from the organization, its status is ACTIVE, and its default grouping and closing behavior are derived from the selected type and subtype.
post/accounts
Request body
Example request
{
"name": "My New Account",
"code": "90909"
}Response
OK
Example response
{
"code": "11112",
"name": "Mercury Savings",
"subtype": "Bank"
}