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. Specifically, for the 'Tariffs' resource and the 'Get Tariff' operation, it retrieves detailed information about a tariff using its unique identifier. This is useful in scenarios where you need to fetch tariff details for billing, reporting, or integration with other systems.

Use Case Examples

  1. Retrieve tariff details by providing the tariff ID to integrate tariff information into a billing workflow.
  2. Fetch tariff data to display pricing information in a customer portal or internal dashboard.

Properties

Name Meaning
Id Unique identifier of the tariff to retrieve.

Output

JSON

  • json - The JSON response containing the tariff details retrieved from the Billing Booth One API.

Dependencies

  • Requires an API key credential for the Billing Booth One API, including a base URL and access token.

Troubleshooting

  • Common issues include missing or invalid tariff ID, resulting in errors from the API.
  • Errors related to authentication if the API key or access token is incorrect or expired.
  • Network or connectivity issues when calling the Billing Booth One API.
  • If the binary property name is specified but the binary data is missing, an error will be thrown.

Discussion