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 'Events' resource and the 'Get Event' operation, it retrieves details of a specific event by its unique identifier. This is useful for scenarios where you need to fetch event data for billing, reporting, or integration purposes, such as retrieving event details to process billing or analyze event occurrences.

Use Case Examples

  1. Fetch event details by providing the event ID to integrate event data into a billing system.
  2. Retrieve event information to display in a dashboard or report.

Properties

Name Meaning
Id Unique identifier of the event to retrieve.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is provided and is a valid number; missing or invalid IDs will cause errors.
  • Check that the API base URL and access token are correctly configured in the credentials; authentication failures will prevent data retrieval.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Events' and 'Get Event' respectively.

Discussion