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 Dark' operation, it retrieves the dark version of the customer access logo for a specified organisation. This is useful for automating the retrieval of branding assets in billing or customer management workflows.

Use Case Examples

  1. Automatically fetch the dark logo of a customer's access portal for display in a custom dashboard.
  2. Integrate with a billing system to dynamically update customer branding based on the organisation's settings.

Properties

Name Meaning
Organisation Id Unique identifier of the organisation whose customer access dark logo is to be retrieved.

Output

JSON

  • data - The JSON response containing the customer access dark logo details from the Billing Booth One API.

Dependencies

  • Billing Booth One API with an API key credential

Troubleshooting

  • Ensure the 'Organisation Id' is correctly provided and corresponds to an existing organisation in the Billing Booth One system.
  • Verify that the API credentials (API key and base URL) are correctly configured and have the necessary permissions.
  • Common error: 'No routing information found for resource and operation' indicates a misconfiguration or unsupported operation; verify the resource and operation names are correct.
  • If the node fails with HTTP errors, check network connectivity and API endpoint availability.

Discussion