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 deleting CDR (Call Detail Record) settings. It is useful for automating billing and call data management tasks within workflows, such as deleting specific CDR settings by organisation ID.

Use Case Examples

  1. Deleting CDR settings for a specific organisation by providing the organisation ID.
  2. Automating the management of billing data by integrating with the Billing Booth One API.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation whose CDR settings are to be deleted.

Output

JSON

  • json - The JSON response from the Billing Booth One API after performing the delete operation, which may include confirmation or error details.

Dependencies

  • Billing Booth One API key credential for authentication

Troubleshooting

  • Ensure the organisation ID is valid and exists in the Billing Booth One system to avoid errors.
  • Check that the API base URL is correctly configured in the credentials to prevent connection issues.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'CDR Settings' and 'Delete Cdr Settings' respectively.
  • If a binary property is specified but not found, ensure the binary data exists on the input item or remove the binary property parameter.

Links

Discussion