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 data related to various resources, including suppliers. Specifically, for the 'Get All Suppliers' operation, it fetches a list of suppliers with support for filtering, sorting, and pagination. This is useful for scenarios where users need to integrate supplier data into workflows, such as syncing supplier lists, generating reports, or automating supplier-related processes.

Use Case Examples

  1. Retrieve a list of all suppliers with a limit of 10 entries.
  2. Fetch suppliers starting from an offset to paginate through large supplier datasets.
  3. Filter suppliers that support CDR or service files.
  4. Search suppliers by name and sort results by name or reference.

Properties

Name Meaning
Limit Maximum number of supplier entries to return.
Offset Starting offset for supplier entries, useful for pagination.
Supports Cdr Filter suppliers based on whether they support CDR (Call Detail Records).
Supports Service File Filter suppliers based on whether they support service files.
Search Search suppliers by name using a string query.
Sort Sort order of the supplier results. Multiple values can be comma-separated, e.g., 'name,reference'. Prefix with '-' for descending order, e.g., '-name'.

Output

JSON

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

Dependencies

  • Billing Booth One API with an API key credential

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.
  • If the binary property name is specified but the binary data is missing, an error will be thrown.
  • Network or connectivity issues can cause request failures; ensure the base URL is correct and accessible.

Links

Discussion