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 charge imports. Specifically, the 'Get All Charge Imports' operation retrieves a list of charge import entries from the API. It supports pagination and sorting, allowing users to limit the number of entries returned, specify an offset for the starting point, and define the sort order of the results. This node is useful for scenarios where users need to fetch and process charge import data for billing or financial reconciliation purposes.

Use Case Examples

  1. Retrieve the first 10 charge imports sorted by filename.
  2. Fetch charge imports starting from an offset of 20, limiting the results to 5 entries, sorted by creation date.

Properties

Name Meaning
Additional Fields Optional parameters to customize the API request for fetching charge imports.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the list of charge imports and their details.

Dependencies

  • Billing Booth One API with an API key credential

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.
  • If the binary property name is specified but the binary data is missing, an error will be thrown indicating the missing binary property.

Links

Discussion