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, including Cost Centres. Specifically, for the 'Get Cost Centre' operation, it retrieves details of a cost centre using a unique customer ID and cost centre ID. This node is useful for automating billing and cost management workflows by programmatically accessing cost centre data from the Billing Booth One platform.

Use Case Examples

  1. Retrieve a specific cost centre's details by providing the customer ID and cost centre ID to integrate cost management data into a financial dashboard.
  2. Automate billing reports by fetching cost centre information for multiple customers in a batch process.

Properties

Name Meaning
Customer Id Unique identifier for the customer, required to specify which customer's cost centre to retrieve.
Id Unique identifier for the cost centre to be retrieved.

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the cost centre details or error information if the request fails.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Common issues include missing or incorrect API credentials, resulting in authentication errors.
  • Incorrect or missing 'Customer Id' or 'Id' parameters can cause the API to return errors or no data.
  • Network or API endpoint issues may cause request failures; ensure the base URL is correct and accessible.
  • Error messages from the node typically include the API error message; verify parameters and credentials to resolve.

Links

Discussion