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 data related to various resources. Specifically, for the 'Cost Centres' resource with the 'Get All Cost Centres' operation, it fetches a list of cost centres associated with a specified customer. It supports filtering, sorting, and pagination through input parameters. This node is useful for automating the retrieval of cost centre data for financial or operational analysis within workflows.

Use Case Examples

  1. Retrieve all cost centres for a given customer ID with a limit of 10 entries.
  2. Search cost centres by name and sort results by name or reference.
  3. Paginate through cost centres using offset and limit parameters.

Properties

Name Meaning
Customer Id Unique identifier of the customer whose cost centres are to be retrieved. This is a required numeric input.
Additional Fields Optional parameters to refine the query such as limit (maximum number of entries), offset (starting point for results), search (search term for cost centre names), and sort (order of results).

Output

JSON

  • data - The main response data containing the list of cost centres retrieved from the API.

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 required parameters such as Customer Id may cause the API request to fail.
  • Network or API endpoint errors can occur if the base URL is incorrect or the API service is unavailable.
  • Error messages from the API are propagated and can be seen in the node output; ensure parameters are valid and the API is accessible.

Links

Discussion