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 'Time Schedules' resource and the 'Get Time Schedule' operation, it retrieves a time schedule by its unique identifier. This is useful for workflows that need to fetch scheduling information from the Billing Booth One system, such as automating billing cycles or managing time-based events.

Use Case Examples

  1. Retrieve a specific time schedule by its ID to use in billing automation.
  2. Fetch time schedule details to integrate with other scheduling or calendar systems.

Properties

Name Meaning
Id Unique identifier of the time schedule to retrieve.

Output

JSON

  • data - The retrieved time schedule data returned from the Billing Booth One API.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Ensure the 'Id' parameter is provided and is a valid number; missing or invalid IDs will cause errors.
  • Check that the API key credential is correctly configured and has the necessary permissions to access time schedules.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Time Schedules' and 'Get Time Schedule' respectively.

Discussion