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 Image' operation, it updates the image associated with a customer's access settings. This node is useful in scenarios where automated updates to customer access images are needed, such as in billing systems or customer management platforms.

Use Case Examples

  1. Updating a customer's access image after receiving a new image file.
  2. Automating the process of refreshing customer access images based on external triggers or events.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation whose customer access image is to be updated.

Output

JSON

  • json - The JSON response from the Billing Booth One API after updating the customer access image, containing details of the updated resource or operation result.

Dependencies

  • Requires an API key credential for the Billing Booth One API to authenticate requests.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing 'Organisation Id' can cause the API to reject the request or fail to find the target resource.
  • Errors related to binary data handling if the image property name is incorrect or the binary data is missing.
  • Network or API endpoint errors if the base URL is incorrect or the API service is down.

Links

Discussion