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 access settings. Specifically, for the 'Customer Access Setting' resource and the 'Get Customer Access Logo Light' operation, it retrieves the light version of the customer access logo based on the provided organisation ID. This node is useful for automating the retrieval of branding assets or configuration settings from the Billing Booth One platform, which can be integrated into workflows for customer portals or billing interfaces.

Use Case Examples

  1. Retrieve the light logo for a specific organisation to display on a customer portal.
  2. Automate fetching branding assets for multiple organisations to update a billing dashboard.

Properties

Name Meaning
Organisation Id Unique identifier of the organisation for which to retrieve the customer access logo light.

Output

JSON

  • data - The JSON response containing the customer access logo light data retrieved from the API.

Dependencies

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

Troubleshooting

  • Ensure the 'Organisation Id' is valid and exists in the Billing Booth One system to avoid errors.
  • Check that the API base URL and access token are correctly configured in the node credentials.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set.

Discussion