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 related to billing and service charges. Specifically, for the 'Service Charges' resource and 'Get Cli Orphans' operation, it retrieves orphan CLI (Command Line Interface) records associated with a given service file ID. This is useful for identifying CLI entries that are not linked to any active service, helping in cleanup or auditing tasks.

Use Case Examples

  1. Retrieve orphan CLI records for a specific service file to audit unused or unlinked CLI entries.
  2. Use the node to automate the process of identifying orphaned CLIs in a billing system for service charge reconciliation.

Properties

Name Meaning
Service File Id The unique identifier of the service file for which orphan CLI records are to be retrieved.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the orphan CLI records or related data.

Dependencies

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

Troubleshooting

  • Ensure the 'Service File Id' is correctly provided and exists in the Billing Booth One system; otherwise, the API may return an error or empty results.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Service Charges' and 'Get Cli Orphans' respectively.
  • Check API credentials and base URL configuration if authentication errors occur.

Discussion