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, including 'Time Schedules'. Specifically, for the 'Get All Time Schedules' operation, it retrieves a list of all time schedules, optionally filtered by parameters such as 'supplier_id'. This node is useful for automating the retrieval of scheduling data from the Billing Booth One system, which can be used for reporting, synchronization, or further processing in workflows.

Use Case Examples

  1. Retrieve all time schedules for a specific supplier by setting the 'supplier_id' filter.
  2. Fetch all available time schedules without any filters to get a complete list.

Properties

Name Meaning
Additional Fields Optional fields to filter or modify the request, such as filtering time schedules by 'supplier_id'.

Output

JSON

  • data - The main response data containing the list of time schedules retrieved from the API.

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.
  • Incorrect or missing routing information for the selected resource and operation can cause the node to throw an error indicating no routing information found.
  • If filtering parameters like 'supplier_id' are incorrectly set or missing, the API may return incomplete or no data.
  • Errors during HTTP requests are caught and can be output as error messages if 'Continue On Fail' is enabled, otherwise they will stop execution.

Links

Discussion