PUT
/
v1
/
businesses
/
{business_id}
/
ledger
/
accounts
/
{account_id}

Path Parameters

business_id
string
required

ID of the Business the Ledger Account is associated with.

account_id
string
required

ID of the Ledger Account.

Body

name
string
required

Account name

normality
enum
required

Account balance normality. Values can be: DEBIT, CREDIT

parent_id
string

The Account Identifier of the parent account under which this ledger account is categorized.

stable_name
string

The Stable Name for the account.

account_type
enum
required

Type of the ledger account. Values can be: ASSET, LIABILITY, EQUITY, REVENUE, or EXPENSE

account_subtype
enum

Subtype of the ledger account. Values can be: BANK_ACCOUNTS, ACCOUNTS_RECEIVABLE, INVENTORY, PAYMENT_PROCESSOR_CLEARING_ACCOUNT, FIXED_ASSET, CASH, UNDEPOSITED_FUNDS, LIABILITY, ACCOUNTS_PAYABLE, CREDIT_CARD, SHAREHOLDER_LOAN, PAYROLL_LIABILITY, SALES_TAXES_PAYABLE, LINE_OF_CREDIT, NOTES_PAYABLE, TIPS, UNEARNED_REVENUE, UNDEPOSITED_OUTFLOWS, CONTRIBUTIONS, DISTRIBUTIONS, COMMON_STOCK, ADDITIONAL_PAID_IN_CAPITAL, RETAINED_EARNINGS, ACCUMULATED_ADJUSTMENTS, OPENING_BALANCE_EQUITY, REVENUE, SALES, UNCATEGORIZED_REVENUE, RETURNS_ALLOWANCES, EXPENSE, COGS, OPERATING_EXPENSES, PAYROLL, TAXES_LICENSES, BAD_DEBT, or CHARITABLE_CONTRIBUTIONS

Response

Returns the updated Ledger Account