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 'Support Attachment Files' resource and the 'Delete Multiple Support Attachment Files' operation, it deletes multiple support attachment files by sending a list of unique identifiers to the API. This node is useful for automating the management of support attachments, such as bulk deletion of files in a customer support system.

Use Case Examples

  1. Deleting multiple support attachment files by providing their unique IDs in a JSON array.
  2. Automating cleanup of old or irrelevant support files in a billing or support system.

Properties

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

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the specified support attachment files. This may include success confirmation or error details.

Dependencies

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

Troubleshooting

  • Ensure the 'id' field contains a valid JSON array of unique identifiers; invalid JSON will cause errors.
  • If the API base URL or credentials are incorrect, authentication errors will occur.
  • If the specified IDs do not exist or are already deleted, the API may return errors or empty responses.
  • Common error messages include HTTP errors from the API, JSON parsing errors for the 'id' field, and missing required parameters. Verify all inputs and credentials are correct.

Links

Discussion