Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node integrates with the Billing Booth One API to perform various operations related to billing and pricing management. Specifically, for the 'Destinations' resource and the 'Bulk Update Pricing Destination' operation, it allows users to update pricing details for multiple destinations in bulk by sending a structured JSON list of destination pricing data. This is useful for businesses managing large sets of destination pricing data, enabling efficient batch updates rather than individual changes.

Use Case Examples

  1. A telecom company updating buy and sell pricing for multiple call destinations simultaneously.
  2. A billing department adjusting charge codes and pricing for a list of destinations in one API call.

Properties

Name Meaning
Additional Body Fields Allows the user to provide additional JSON fields in the request body, specifically a list of destinations with their buy pricing, sell pricing, and charge codes.

Output

JSON

  • json - The JSON response from the Billing Booth One API after performing the bulk update operation, typically containing the updated destination pricing data or status information.

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.
  • Incorrectly formatted JSON in the 'Destinations' field can cause request failures; ensure valid JSON syntax.
  • If the node throws 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Destinations' and 'Bulk Update Pricing Destination'.
  • Network or API endpoint issues can cause request failures; check the base URL and network connectivity.

Links

Discussion