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 all line items from invoices. It is useful for scenarios where users need to fetch detailed invoice line items for accounting, auditing, or reporting purposes. For example, a user can filter line items by customer ID, date range, invoice reference, or status, and limit the number of results returned.

Use Case Examples

  1. Fetch all line items for a specific customer within a date range.
  2. Retrieve outstanding invoice line items sorted by invoice number.
  3. Get a limited number of line items filtered by billing period and status.

Properties

Name Meaning
Additional Fields Optional filters and parameters to customize the query for invoice line items.

Output

JSON

  • json - The JSON response containing the retrieved invoice line items from the Billing Booth One API.

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or unsupported filter values may cause the API to return errors or empty results.
  • If the binary property name is specified but the binary data is missing, an error will be thrown.
  • Network or API endpoint issues may cause request failures; verify the base URL and network connectivity.

Links

Discussion