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 updating the Customer Access Logo Light. It is useful for automating and managing billing and customer access configurations programmatically within workflows. For example, it can update branding elements like logos for customer portals based on organizational identifiers.

Use Case Examples

  1. Updating the light logo for a specific organization's customer access portal by providing the organisation ID and new logo data.
  2. Automating the update of customer access settings across multiple organizations in a billing system.

Properties

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

Output

JSON

  • json - The JSON response from the Billing Booth One API after performing the update operation, containing details of the updated customer access setting or error information.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication, provided as 'billingboothoneApi'.

Troubleshooting

  • Common issues include missing or invalid organisationId parameter, resulting in API errors.
  • Errors related to authentication if the API key credential is missing or invalid.
  • HTTP request failures due to incorrect base URL or network issues.
  • If the binary property name is specified but the binary data is missing, an error is thrown indicating the missing binary property.

Discussion