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 resources such as CDR (Call Detail Records). Specifically, for the 'Delete Multiple Cdrs' operation, it allows users to delete multiple CDR entries by providing a list of unique identifiers. This is useful for bulk management of call records, such as cleaning up old or irrelevant data in telecommunication billing systems.

Use Case Examples

  1. Deleting multiple CDRs by specifying their unique IDs in a JSON array to efficiently manage call records.
  2. Using the node to automate the cleanup of call data records in a billing system by batch deletion.

Properties

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

Output

JSON

  • json - The response from the Billing Booth One API after attempting to delete the specified CDRs. This typically contains success or error information related to the deletion operation.

Dependencies

  • Billing Booth One API with an API key credential for 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 CDR IDs do not exist or are already deleted, the API may return errors or empty responses.
  • Check that the 'Additional Body Fields' are correctly formatted and not empty when required.

Links

Discussion