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. Specifically, for the 'Charge Imports' resource and the 'Delete Multiple Charge Imports' operation, it allows users to delete multiple charge import records by providing a list of unique identifiers. This is useful for batch deletion of charge imports in billing workflows, helping automate cleanup or correction tasks.

Use Case Examples

  1. Deleting multiple charge import records by specifying their IDs in a JSON array to streamline billing data management.
  2. Automating the removal of outdated or incorrect charge imports in bulk to maintain accurate billing records.

Properties

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

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure the 'id' field is a valid JSON array of unique identifiers; invalid JSON will cause errors.
  • Verify that the API key credential is correctly configured and has permissions to delete charge imports.
  • Common error messages include 'No routing information found' if the resource or operation is misconfigured, and HTTP errors from the API indicating issues like unauthorized access or invalid IDs.
  • If binary data is referenced, ensure the specified binary property exists on the input item to avoid errors.

Discussion