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 customer access settings, including deleting the customer access dark logo. It is useful for automating management of billing and customer access configurations within the Billing Booth One platform. For example, it can be used to programmatically remove a dark logo from a customer's access settings based on the organisation ID.

Use Case Examples

  1. Deleting the dark logo for a specific organisation's customer access settings by providing the organisation ID.
  2. Automating updates to customer access branding by removing outdated logos.

Properties

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

Output

JSON

  • json - Response data from the Billing Booth One API after attempting to delete the customer access dark logo.

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

  • Ensure the organisation ID provided is valid and exists in the Billing Booth One system to avoid errors.
  • Check that the API key credential is correctly configured and has the necessary permissions to delete 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 'Delete Customer Access Dark Logo' respectively.

Discussion