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 retrieve service files based on specified criteria. It supports fetching multiple service files with options to limit the number of results, apply offsets, filter by supplier ID or file ID, search by file name, specify date ranges, and sort the results. This node is useful for automating the retrieval and processing of service file data from the Billing Booth One platform, such as for reporting, data analysis, or integration with other systems.

Use Case Examples

  1. Retrieve the first 10 service files for a specific supplier to analyze recent transactions.
  2. Search for service files by name within a date range to generate reports.
  3. Fetch all service files sorted by filename for archival purposes.

Properties

Name Meaning
Limit Maximum number of entries to return.
Offset Starting offset for the list of service files.
Supplier Id Filter service files by the supplier's ID.
Id Filter service files by specific file IDs.
Search Search service files by file name.
From Start date to filter service files.
To End date to filter service files.
Sort Sort order of results, supporting multiple comma-separated values such as filename or -filename.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the retrieved service files data.

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 unsupported query parameters may cause the API to return errors or empty results.
  • Network connectivity issues can prevent successful API requests.
  • Error messages from the node typically indicate the nature of the failure, such as missing binary data if a binary property is specified but not found.

Links

Discussion