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 billing bundles. Specifically, the 'Create Bundle' operation allows users to create a new billing bundle by specifying properties such as the bundle name, mode (allowance or spend), and additional optional fields like a unique identifier and inclusive spend amount. This node is useful for automating billing management tasks, such as creating billing bundles programmatically within workflows.

Use Case Examples

  1. Creating a new billing bundle with a specified name and mode to manage billing allowances or spending limits.
  2. Adding additional optional fields like a unique identifier or inclusive spend amount when creating a bundle for more detailed billing control.

Properties

Name Meaning
Name The name of the billing bundle to be created. This is a required string input that identifies the bundle.
Mode The mode of the bundle, which can be either 'Allowance' or 'Spend'. This determines how the bundle is used in billing calculations.
Additional Body Fields Optional additional fields that can be included in the bundle creation request, such as a unique identifier (id) and inclusive spend amount (inclusive_spend) when the mode is 'Spend'.

Output

JSON

  • json - The JSON response from the Billing Booth One API representing the created bundle or error information if the operation fails.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication, including a base URL for the API endpoint.

Troubleshooting

  • Common issues include missing or incorrect API credentials, resulting in authentication errors.
  • If required parameters like 'Name' or 'Mode' are missing or invalid, the API may return errors indicating invalid input.
  • Errors related to binary data handling may occur if the specified binary property does not exist on the input item.
  • Network or API endpoint issues can cause request failures; ensure the base URL is correct and the API service is reachable.

Discussion