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 operations related to various resources. Specifically, for the 'Products' resource and the 'Get Product' operation, it retrieves detailed information about a product using its unique identifier and the associated customer identifier. This is useful in scenarios where you need to fetch product details for billing, inventory management, or customer service purposes.

Use Case Examples

  1. Retrieve a product's details by providing its unique ID and the customer ID to integrate product information into a billing workflow.
  2. Fetch product data to display in a customer portal or internal dashboard.

Properties

Name Meaning
Id Unique identifier of the product to retrieve.
Customer Id Identifier of the customer associated with the product.
Additional Fields Optional parameters to refine the request, such as Cost Centre Id to specify a cost center context.

Output

JSON

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

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

  • Ensure the 'Id' and 'Customer Id' fields are correctly provided and valid; missing or incorrect IDs will cause the API request to fail.
  • Verify that the API base URL and authentication token are correctly configured in the node credentials.
  • If the node throws a 'No routing information found' error, check that the resource and operation parameters are correctly set to 'Products' and 'Get Product'.
  • Network or API errors will be returned as error messages in the node output; ensure network connectivity and API service availability.

Links

Discussion