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 customer data. Specifically, the 'Get All Customers' operation fetches a list of customers with various filtering and sorting options. It is useful for scenarios where you need to manage or analyze customer information, such as generating reports, syncing customer data with other systems, or monitoring customer statuses.

Use Case Examples

  1. Retrieve all active customers with a limit of 10 entries.
  2. Fetch customers filtered by customer group ID or organization ID.
  3. Search customers by name, reference, or postal code and sort results by name or ID.

Properties

Name Meaning
Additional Fields Optional filters and parameters to customize the customer data retrieval, such as limit, offset, status, customer group ID, organization ID, customer type, starting letter, creation date range, cancellation date range, IDs, tags, search term, and sort order.

Output

JSON

  • json - The JSON response containing the list of customers and their details as returned by the Billing Booth One API.

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 filter values may cause the API to return errors or empty results.
  • If the binary property name is specified but the binary data is missing, an error will be thrown.
  • Network or API endpoint issues may cause request failures; verify the base URL and network connectivity.

Links

Discussion