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 different resources. Specifically, for the 'Customer Access Banner' resource and the 'Get Customer Access Banner Image' operation, it retrieves the image associated with a customer access banner by using the provided organisation ID and banner ID. This node is useful for automating the retrieval of customer access banner images in workflows, such as displaying banners in customer portals or integrating banner images into other systems.

Use Case Examples

  1. Retrieve a customer access banner image by specifying the organisation ID and banner ID to display it on a website.
  2. Automate the process of fetching and storing customer access banner images for record-keeping or further processing.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation, used to specify which organisation's customer access banner image to retrieve.
Id Unique identifier for the customer access banner image to retrieve.

Output

JSON

  • data - The JSON response containing the customer access banner image data or related information returned from the API.

Dependencies

  • Billing Booth One API

Troubleshooting

  • Ensure the organisation ID and banner ID are correctly provided and valid; otherwise, the API may return errors or no data.
  • Check that the API credentials (API key or token) are correctly configured and have the necessary permissions to access the customer access banner resource.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Customer Access Banner' and 'Get Customer Access Banner Image' respectively.

Discussion