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 favicon. It is useful for automating and managing billing and customer access configurations programmatically within workflows. For example, it can update the favicon for a customer's access portal by specifying the organisation ID and the new favicon data.

Use Case Examples

  1. Updating the favicon for a specific organisation's customer access portal by providing the organisation ID and the favicon file or URL.
  2. Retrieving or modifying other customer access settings through the Billing Booth One API within an automated workflow.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation whose customer access favicon 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 favicon or error information if the operation failed.

Dependencies

  • Requires an API key credential for the Billing Booth One API, including a base URL and access token for authentication.

Troubleshooting

  • Common issues include missing or invalid organisation ID, incorrect API credentials, or network connectivity problems.
  • Error messages may indicate missing routing information for the specified resource and operation, which suggests a misconfiguration in the node parameters.
  • If binary data is specified but not found on the input item, an error will be thrown indicating the missing binary property.
  • To resolve errors, verify the organisation ID, ensure valid API credentials are provided, and check that the node parameters match supported resource-operation combinations.

Discussion