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 create a new customer group. It allows users to specify various billing-related parameters such as group name, billing type, billing period, and billing method, along with additional optional fields. This node is useful for automating the management of customer groups in a billing system, enabling streamlined billing processes and group configurations.

Use Case Examples

  1. Creating a customer group with manual billing and monthly billing period.
  2. Setting up an automatic billing customer group with specific billing period offset and exclusions for service charges.

Properties

Name Meaning
Name The name of the customer group to be created.
Billing Type Specifies whether the billing is manual or automatic for the customer group.
Billing Period Defines the billing cycle period for the group, either monthly or quarterly.
Method The billing method used, either standard or anniversary.
Additional Body Fields Optional additional fields to customize the customer group creation, such as unique identifier, default group status, billing period offset, exclusions for service charges and CDR, and billing trigger dates.

Output

JSON

  • json - The JSON response from the Billing Booth One API representing the created customer group or error information.

Dependencies

  • Billing Booth One API
  • API authentication token (Bearer token)

Troubleshooting

  • Common issues include missing or incorrect API credentials, resulting in authentication errors.
  • Incorrect or missing required parameters such as 'Name', 'Billing Type', 'Billing Period', or 'Method' can cause the API request to fail.
  • Network or API endpoint issues may cause request failures; ensure the base URL is correct and accessible.
  • Error messages from the API are propagated; check the error details in the node output for troubleshooting.

Discussion