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 supplier. It is useful for automating supplier management by programmatically adding supplier details such as name, pricing decimal places, and various optional fields related to file parsing and support. Practical applications include integrating supplier creation into workflows for billing, data processing, or vendor management systems.

Use Case Examples

  1. Creating a new supplier with a specified name and CDR sell price decimal places.
  2. Adding additional optional fields like parser identifier and support flags for CDR and service files during supplier creation.

Properties

Name Meaning
Name The name of the supplier to be created.
Cdr Sell Price Decimal Places Specifies the rounding precision for the CDR sell price.
Additional Body Fields Optional additional fields to include in the supplier creation request, such as unique identifier, parser identifier, CDR support flags, parser versions, and service file support flags.

Output

JSON

  • json - The JSON response from the Billing Booth One API representing the created supplier 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 invalid API credentials, resulting in authentication errors.
  • Incorrect or missing required parameters like 'Name' or 'Cdr Sell Price Decimal Places' can cause request failures.
  • Errors in optional fields may cause the API to reject the request; ensure all fields conform to expected types and values.
  • Network or API endpoint issues can cause request timeouts or failures; verify the base URL and network connectivity.

Discussion