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 'Suppliers' resource and the 'Get Supplier Service File' operation, it retrieves a service file associated with a supplier by its unique identifier. This node is useful for automating workflows that require fetching supplier-related files from the Billing Booth One system, such as integrating supplier data into other systems or processing supplier documents automatically.

Use Case Examples

  1. Retrieve a supplier's service file by providing the supplier's unique ID to automate document management.
  2. Fetch supplier service files as part of a larger billing or supplier management workflow.

Properties

Name Meaning
Id Unique identifier of the supplier service file to retrieve.

Output

JSON

  • data - The JSON response containing the supplier service file data retrieved from the 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 credentials are correctly configured to avoid authentication errors.
  • If the node throws 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Suppliers' and 'Get Supplier Service File' respectively.

Links

Discussion