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 operations on various resources, including Customer Groups. Specifically, for the 'Delete Multiple Customer Groups' operation, it allows users to delete multiple customer groups by providing a list of their unique identifiers. This is useful for bulk management of customer groups in billing or subscription systems, enabling efficient cleanup or reorganization of customer data.

Use Case Examples

  1. Deleting multiple customer groups by specifying their IDs in a JSON array to remove them from the system.
  2. Bulk deletion of customer groups to maintain an up-to-date customer database.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, including a JSON array of unique identifiers ('id') for the customer groups to be deleted.

Output

JSON

  • data - The response data from the Billing Booth One API after attempting to delete the specified customer groups.
  • error - Error information if the operation fails and continueOnFail is enabled.

Dependencies

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

Troubleshooting

  • Common issues include providing invalid or improperly formatted JSON for the list of IDs, which can cause the API request to fail.
  • If the API base URL or access token is incorrect or expired, authentication errors will occur.
  • Error messages from the API are captured and returned in the output; users should verify the IDs and API credentials if errors occur.

Links

Discussion