- Retrieve a paginated list of chart of accounts entries for the business.
- Retrieve a single chart of accounts entry by UUID.
- Create a new account in the chart of accounts.
- Retrieve a paginated list of clients for the account.
- Retrieve a single client by ID.
- Create a new client in the account.
- Update an existing client's information.
- Archive (soft-delete) a client by setting their visibility state to deleted.
- Retrieve a paginated list of credit notes for the account.
- Retrieve a single credit note by ID.
- Create a new credit note for a client.
- Update an existing credit note.
- Archive (soft-delete) a credit note by setting its visibility state to deleted.
- Retrieve a paginated list of estimates for the account.
- Retrieve a single estimate by ID.
- Create a new estimate for a client.
- Update an existing estimate's details.
- Archive (soft-delete) an estimate by setting its visibility state to deleted.
- Retrieve a paginated list of expense categories for the account.
- Retrieve a single expense category by ID.
- Retrieve a paginated list of expenses for the account.
- Retrieve a single expense record by ID.
- Create a new expense record.
- Update an existing expense record.
- Archive (soft-delete) an expense by setting its visibility state to deleted.
- Retrieve the authenticated user's identity, profile, and business memberships.
- Retrieve a paginated list of invoices for the account.
- Retrieve a single invoice by ID.
- Create a new invoice for a client.
- Update an existing invoice's details.
- Archive (soft-delete) an invoice by setting its visibility state to deleted.
- Retrieve a paginated list of items (products and services) for the account.
- Retrieve a single item by ID.
- Create a new item (product or service) for the account.
- Update an existing item's details.
- Archive (soft-delete) an item by setting its visibility state to deleted.
- Retrieve a paginated list of adjustment journal entries.
- Create a new adjustment journal entry.
- Update an existing adjustment journal entry.
- Retrieve journal entries for a specific account.
- Retrieve a paginated list of other income entries for the account.
- Retrieve a single other income entry by ID.
- Create a new other income entry.
- Update an existing other income entry.
- Delete an other income entry.
- Retrieve a paginated list of payments applied to invoices.
- Retrieve a single payment record by ID.
- Record a new payment applied to an invoice.
- Update an existing payment record.
- Archive (soft-delete) a payment by setting its visibility state to deleted.
- Retrieve the account aging report showing overdue invoice amounts by time interval.
- Retrieve the balance sheet report showing assets, liabilities, and equity.
- Retrieve the cash flow report showing operating, investing, and financing activities.
- Retrieve the expense details report showing all expenses grouped by category, client, vendor, or author.
- Retrieve the general ledger report showing all account transactions with debits and credits.
- Retrieve a paginated list of projects for the business.
- Retrieve a single project by ID.
- Create a new project for a client.
- Update an existing project's details.
- Permanently delete a project.
- Retrieve a paginated list of services for the business.
- Retrieve a single service by ID.
- Create a new service for the business.
- Retrieve the hourly rate for a service.
- Set the hourly rate for a service.
- Update the hourly rate for a service.
- Retrieve a paginated list of staff members for the account.
- Retrieve a single staff member by ID.
- Retrieve a list of tax definitions for the account.
- Retrieve a single tax definition by ID.
- Create a new tax definition for the account.
- Update an existing tax definition.
- Permanently delete a tax definition.
- Retrieve a paginated list of team members for the business.
- Retrieve a single team member by UUID.
- Retrieve a paginated list of time entries for the business.
- Retrieve a single time entry by ID.
- Log a new time entry for a project or client.
- Update an existing time entry's details.
- Permanently delete a time entry.
No matching actions