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 CDR (Call Detail Record) resource. Specifically, for the 'Delete Cdr' operation, it deletes a CDR entry identified by a unique ID. This node is useful in scenarios where automated management of billing and call records is needed, such as deleting outdated or incorrect call records from the system.

Use Case Examples

  1. Deleting a specific CDR entry by providing its unique identifier to keep the call records database clean and up-to-date.
  2. Automating the removal of call records as part of a data retention policy.

Properties

Name Meaning
Id Unique identifier of the CDR to be deleted, required for the Delete Cdr operation.

Output

JSON

  • data - Response data from the Billing Booth One API after attempting to delete the CDR.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid 'Id' parameter which is required to identify the CDR to delete.
  • Errors related to API authentication if the provided API key credential is invalid or missing.
  • Network or API endpoint errors if the base URL is incorrect or the Billing Booth One API is unreachable.

Links

Discussion