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 'Service Files' resource and the 'Delete Multiple Service Files' operation, it allows users to delete multiple service files by providing a list of unique identifiers. This is useful for batch deletion tasks where multiple service files need to be removed efficiently.

Use Case Examples

  1. Deleting multiple service files by specifying their IDs in a JSON array to clean up unused or obsolete files in the system.
  2. Automating the removal of service files as part of a larger workflow to maintain data hygiene.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, including a JSON array of IDs representing the service files to delete.

Output

JSON

  • json - The response from the Billing Booth One API after attempting to delete the specified service files. This typically includes status or confirmation details.

Dependencies

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

Troubleshooting

  • Ensure the 'id' field is correctly formatted as a JSON array; invalid JSON will cause errors.
  • Verify that the API key credential is valid and has the necessary permissions to delete service files.
  • Common error messages include missing routing information for the resource-operation pair, which indicates a misconfiguration in the node parameters.
  • If binary data is referenced but not found, an error will be thrown indicating the missing binary property.

Discussion