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 'Update Customer Access Logo Dark' operation, it updates the dark mode logo for customer access. This node is useful for automating updates to branding elements in a billing system, such as changing logos based on organizational needs or themes.

Use Case Examples

  1. Updating the dark mode logo for a specific organization's customer access portal by providing the organization's unique identifier.
  2. Automating branding updates across multiple organizations by iterating over organization IDs and updating their logos.

Properties

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

Output

JSON

  • data - Response data from the Billing Booth One API after updating the customer access dark logo.

Dependencies

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

Troubleshooting

  • Ensure the 'Organisation Id' is valid and corresponds to an existing organization in the Billing Booth One system.
  • Check that the API key credential is correctly configured and has the necessary permissions to update customer access settings.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Customer Access Setting' and 'Update Customer Access Logo Dark' respectively.
  • For binary data uploads, ensure the specified binary property exists and contains valid data.

Discussion