Create a new ledger account
Create a new ledger account
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
x-monite-version
x-monite-entity-id
The ID of the entity that owns the requested resource.
Request
This endpoint expects an object.
description
Description of the ledger account
name
Name of the ledger account
nominal_code
Account code in the accounting system
Response
Successful Response
id
A unique identifier of the ledger account.
created_at
The timestamp when the ledger account was created.
updated_at
The timestamp when the ledger account was last updated.
is_bank_account
Indicates whether this ledger account represents a bank account.
status
The status of the ledger account. Possible values: Active, Archived, Pending, Unknown.
type
The type of the ledger account. It determines whether the account is a credit account or a debit account and where it appears in financial reports within the accounting system. Possible values: Asset, Equity, Expense, Income, Liability, Unknown.
current_balance
The current balance in the account.
description
User-defined description of the ledger account.
is_external
Whether the ledger account is from an external system
name
A user-defined name of the ledger account. Examples: Accounts Receivable, Office Equipment, Advertising, Salaries.
nominal_code
The account code in the accounting system.
subtype
The subtype or category of the ledger account. Possible values vary based on the accounting system used. Examples: Current, Fixed, Expense, Inventory, Equity.
Errors
400
Post Ledger Accounts Request Bad Request Error
401
Post Ledger Accounts Request Unauthorized Error
403
Post Ledger Accounts Request Forbidden Error
422
Post Ledger Accounts Request Unprocessable Entity Error
429
Post Ledger Accounts Request Too Many Requests Error