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 customer access settings, specifically creating a new customer access setting. It is useful for automating the management of customer access portals by programmatically setting properties such as the organisation ID and domain name for the access portal. For example, it can be used to create a new customer access setting with a specified organisation ID and a fully-qualified domain name for the customer access portal.

Use Case Examples

  1. Creating a new customer access setting for an organisation with a specific domain name to enable customer portal access.
  2. Automating the setup of customer access settings in bulk for multiple organisations.

Properties

Name Meaning
Organisation Id Unique identifier for the organisation for which the customer access setting is being created.
Additional Body Fields Optional additional fields to include in the request body, such as the domain name for the customer access portal.

Output

JSON

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

Dependencies

  • Requires an API key credential for the Billing Booth One API to authenticate requests.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing required parameters such as organisationId can cause the API request to fail.
  • Network or API endpoint issues can cause request failures; ensure the base URL is correct and accessible.
  • Error messages from the API are captured and returned in the output; check these messages for specific failure reasons.

Discussion