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 on different resources, including deleting a Customer Access Banner. It is useful for automating management tasks related to billing and customer access banners within the Billing Booth One platform. For example, it can be used to programmatically delete a specific customer access banner by providing the organisation ID and banner ID.

Use Case Examples

  1. Deleting a Customer Access Banner by specifying the organisation ID and the banner ID to remove outdated or incorrect banners automatically.
  2. Managing billing-related resources by integrating with the Billing Booth One API to streamline workflows.

Properties

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

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the customer access banner. This typically contains the result of the delete operation or error details if the operation failed.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication, including the base URL for the API endpoint.

Troubleshooting

  • Common issues include missing or incorrect organisation ID or banner ID, which will cause the API request to fail.
  • Errors related to authentication if the API key credential is invalid or missing.
  • Network or API endpoint errors if the base URL is incorrect or the Billing Booth One service is unavailable.

Links

Discussion