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 retrieve various data related to billing and ledgers. Specifically, for the 'Ledgers' resource and 'Get All Ledger Entry Types' operation, it fetches a list of all ledger entry types with optional parameters for limiting the number of entries, offsetting the start position, searching by name, and sorting the results. This node is useful for users who need to programmatically access and manage ledger entry types in their billing system, such as for financial reporting or integration with other accounting tools.

Use Case Examples

  1. Retrieve all ledger entry types with a limit of 10 entries starting from the beginning.
  2. Search ledger entry types by name and sort them in descending order by name.
  3. Paginate through ledger entry types using offset and limit parameters.

Properties

Name Meaning
Limit Maximum number of ledger entry type entries to return in the response.
Offset Starting offset for the list of ledger entry types, used for pagination.
Search Search term to filter ledger entry types by name.
Sort Sort order of the results, supporting multiple comma-separated values such as 'name' or '-name' for descending order.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the list of ledger entry types and their details.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or unsupported query parameters may cause the API to return errors or empty results.
  • Network connectivity issues can prevent the node from reaching the Billing Booth One API endpoint.

Links

Discussion