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 perform various operations related to billing and customer data. Specifically, for the 'Customers' resource and 'Get Customer Tariffs' operation, it retrieves customer tariff information from the API. It supports filtering and pagination options such as limit, offset, organisation ID, and search terms. This node is useful for automating billing data retrieval, integrating customer tariff information into workflows, and managing billing-related data efficiently.

Use Case Examples

  1. Retrieve a list of customer tariffs with a limit of 10 entries.
  2. Search customer tariffs by customer name or reference.
  3. Filter customer tariffs by organisation ID and paginate results using offset and limit.

Properties

Name Meaning
Additional Fields Optional parameters to filter and paginate the customer tariffs data.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing customer tariff data.

Dependencies

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

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions.
  • Verify the base URL for the API is correct and accessible.
  • Check that the query parameters (limit, offset, organisation_id, search) are valid and correctly formatted.
  • Common error messages include missing routing information for the selected resource and operation, which indicates a configuration issue in the node setup.
  • If binary data is requested but the specified binary property does not exist, an error will be thrown.

Discussion