Create child ledger account
Accounts
Create child ledger account
Creates a child account under the specified parent account. The child inherits account_type, account_subtype, and normality from the parent.
POST
Create child ledger account
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business.
The ID or stable_name of the parent ledger account.
Body
application/json
Parameters for creating a child ledger account. The child inherits account_type, account_subtype, and normality from its parent.
Response
The created child ledger account.
A single ledger account without nested children.