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 resources, including deleting multiple Customer Access Banners. It is useful for automating management tasks related to billing and customer access banners in an organization. For example, it can delete multiple customer access banners by specifying their unique identifiers, streamlining bulk deletion processes.

Use Case Examples

  1. Deleting multiple customer access banners by providing a list of their IDs and the organization ID.
  2. Automating billing-related tasks by integrating with the Billing Booth One API through this node.

Properties

Name Meaning
Organisation Id Unique identifier for the organization whose customer access banners are to be deleted.
Additional Body Fields Additional fields to include in the request body, such as a JSON list of IDs representing the customer access banners to delete.

Output

JSON

  • json - The JSON response from the Billing Booth One API after performing the delete operation, typically containing the result or status of the deletion.

Dependencies

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

Troubleshooting

  • Ensure the organisationId is valid and the user has permission to delete customer access banners for that organization.
  • The node may throw errors if the list of IDs is malformed or empty; ensure the JSON list of IDs is correctly formatted.
  • If the API base URL or access token is incorrect or expired, authentication errors will occur; verify credentials and token validity.

Links

Discussion