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 retrieve terminating charges data. It is useful for users who need to fetch detailed billing charge information within a specified date range and filter by tags. For example, a telecom company could use this node to get terminating call charges for a given period to analyze costs or generate reports.

Use Case Examples

  1. Fetch terminating charges from 2023-01-01 to 2023-01-31 to analyze monthly costs.
  2. Retrieve terminating charges filtered by specific tags to categorize expenses.

Properties

Name Meaning
From Start date to filter the terminating charges data.
To End date to filter the terminating charges data.
Tags Tags to filter the terminating charges data, allowing selection of specific categories or labels.

Output

JSON

  • data - The main response data containing the terminating charges information returned by the Billing Booth One API.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect date formats for 'From' and 'To' fields may cause the API request to fail; ensure dates are in the expected string format.
  • If the 'Tags' JSON input is malformed, the query may not filter correctly or cause errors.

Links

Discussion