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 billing-related resources. Specifically, for the 'Delete Multiple Bundle Allowances' operation under the 'Bundles' resource, it allows users to delete multiple allowances associated with a selected bundle by providing a list of unique identifiers. This is useful for managing and cleaning up bundle allowances in billing systems efficiently.

Use Case Examples

  1. Deleting multiple allowances from a specific bundle by providing their unique IDs to streamline billing management.
  2. Automating the removal of outdated or incorrect bundle allowances in bulk to maintain accurate billing data.

Properties

Name Meaning
Bundle Select the specific bundle from which multiple allowances will be deleted.
Additional Body Fields Optional additional fields to include in the request body, such as a JSON list of unique identifiers for the allowances to delete.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the specified bundle allowances. This includes success or error details.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Ensure the 'Bundle' parameter is correctly selected; an invalid or missing bundle ID will cause the operation to fail.
  • The 'Id' field must be a valid JSON array of unique identifiers; malformed JSON or incorrect IDs will result in errors from the API.
  • Check that the API base URL and access token are correctly configured in the credentials to avoid authentication errors.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set.

Discussion