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' operation, it retrieves detailed information about a supplier using a unique identifier. This is useful in scenarios where you need to fetch supplier data for billing, reporting, or integration with other systems.

Use Case Examples

  1. Retrieve supplier details by ID to display in a dashboard.
  2. Fetch supplier information to synchronize with an external CRM system.

Properties

Name Meaning
Id Unique identifier of the supplier to retrieve.

Output

JSON

  • data - The detailed information of the requested supplier returned by the API.

Dependencies

  • Requires an API key credential for Billing Booth One API 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.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Suppliers' and 'Get Supplier'.
  • Network or authentication errors will be reported as error messages; verify network connectivity and API key validity.

Discussion