Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node interacts with the Billing Booth One API to create a new ledger entry type within the Ledgers resource. It allows users to specify various attributes of the ledger entry type, such as its unique identifier, name, and whether it can be a debit, credit, reversible, or a system type. This node is useful for automating the management of ledger entry types in financial or accounting workflows, enabling seamless integration with the Billing Booth One platform.

Use Case Examples

  1. Creating a new ledger entry type with specific properties like 'Is Debit' and 'Is Credit' flags set to true.
  2. Automating the addition of system ledger entry types that cannot be modified.
  3. Setting up reversible ledger entry types for better financial tracking.

Properties

Name Meaning
Id Unique identifier for the ledger entry type.
Name Name of the ledger entry type.
Is Debit Indicates if this type of entry can be a debit.
Is Credit Indicates if this type of entry can be a credit.
Is Reversible Indicates if this type of entry can be reversed.
Is System Indicates if this type of entry is a system type which cannot be modified.

Output

JSON

  • json
    • id - Unique identifier of the created ledger entry type.
    • name - Name of the created ledger entry type.
    • is_debit - Boolean indicating if the entry type can be a debit.
    • is_credit - Boolean indicating if the entry type can be a credit.
    • is_reversible - Boolean indicating if the entry type can be reversed.
    • is_system - Boolean indicating if the entry type is a system type.

Dependencies

  • Billing Booth One API

Troubleshooting

  • Ensure the API credentials (API key and base URL) are correctly configured to avoid authentication errors.
  • Verify that all required fields are provided and correctly formatted to prevent request validation errors.
  • If the node throws a 'No routing information found' error, check that the resource and operation parameters are correctly set to 'Ledgers' and 'Create Ledger Entry Type' respectively.
  • Network issues or incorrect base URL can cause request failures; verify connectivity and URL correctness.

Links

Discussion