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 customer data, specifically to get customer balances in this context. It is useful for retrieving financial information about customers, such as their current balances, with options to limit the number of results, offset the starting point, and search by name, reference, or postcode. Practical applications include financial reporting, customer account management, and integration with other billing or CRM systems.

Use Case Examples

  1. Retrieve a list of customer balances with a maximum of 10 entries.
  2. Search for customer balances by name or postcode to find specific customer financial data.
  3. Paginate through customer balances using offset and limit parameters.

Properties

Name Meaning
Additional Fields Optional parameters to customize the request such as limiting the number of entries, setting an offset for pagination, and searching by name, reference, or postcode.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing customer balance 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 missing routing information for the selected resource and operation can cause the node to throw an error indicating no routing information found.
  • If the binary property name is specified but the binary data does not exist on the input item, an error will be thrown.
  • Network or API errors will be caught and can be handled by enabling 'Continue On Fail' to prevent workflow interruption.

Discussion