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, including the CLI resource. Specifically, for the 'Delete Multiple Clis' operation, it allows users to delete multiple CLI entries by providing a list of unique identifiers. This is useful for batch deletion tasks where multiple CLI records need to be removed efficiently.

Use Case Examples

  1. Deleting multiple CLI entries by specifying their unique IDs in a JSON array.
  2. Automating cleanup of CLI records in Billing Booth One through batch deletion.

Properties

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

Output

JSON

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

Dependencies

  • Billing Booth One API access token credential

Troubleshooting

  • Ensure the 'id' field contains a valid JSON array of unique identifiers; invalid JSON will cause errors.
  • Verify that the API base URL and access token credentials are correctly configured to avoid authentication errors.
  • If the node throws 'No routing information found' error, check that the resource and operation parameters are correctly set to 'CLI' and 'Delete Multiple Clis' respectively.

Discussion