eddf3ef279e2
Create account
Create a new account in the chart of accounts. Supports parent-child relationships and company access restrictions.
Headers
Optional. A unique value (a UUID works well) identifying this operation. If the request is repeated with the same key, the original response is replayed instead of the operation running again, so a retry cannot create a duplicate record. Results are replayable for 48 hours. Reusing a key with a different request body returns 422.
Request body
Company IDs allowed to use this account in transactions. Restricts a shared chart-of-accounts entry to specific entities within your organization. Omit for no company restrictions (bank and credit card accounts use company_id instead).
Whether this account holds monetary items. If not provided, defaults based on account type.
Example request
{
"allowed_company_ids": [
101,
102
]
}Response
Created