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 Price Adjustments. Specifically, for the 'Get Price Adjustment' operation, it retrieves details of a price adjustment by its unique identifier. This node is useful for automating billing and pricing workflows, such as fetching specific price adjustment records for reporting or further processing.

Use Case Examples

  1. Retrieve a price adjustment by its ID to verify billing changes.
  2. Fetch price adjustment details to integrate with accounting software.

Properties

Name Meaning
Id Unique identifier of the price adjustment to retrieve.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the price adjustment details.

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.
  • If the 'Id' parameter is missing or invalid, the API may return an error indicating the resource was not found.
  • Network or API endpoint issues can cause request failures; ensure the base URL is correct and accessible.

Links

Discussion