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 related to customer access and other resources. Specifically, for the 'Customer Access' resource and the 'Reactivate Multiple Customer Access' operation, it allows users to reactivate multiple customer access entries by providing a customer ID and optionally a list of unique identifiers. This is useful in scenarios where a user needs to bulk reactivate access for a customer in a billing or subscription management system.

Use Case Examples

  1. A subscription service provider wants to reactivate multiple access entries for a customer who has renewed their subscription.
  2. A billing administrator needs to restore access for several services linked to a single customer after a payment issue is resolved.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose access entries are to be reactivated. This is a required string input.
Additional Body Fields Optional additional fields to include in the request body, such as a list of unique identifiers for the access entries to be reactivated. This is a collection input allowing JSON input for the 'id' field.

Output

JSON

  • data - The response data from the Billing Booth One API after attempting to reactivate multiple customer access entries.

Dependencies

  • Requires an API key credential for the Billing Booth One API, including a base URL and access token.

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing routing information for the specified resource and operation can cause the node to throw an error indicating no routing information found.
  • If the binary property name is specified but the binary data does not exist on the input item, an error will be thrown.
  • Errors returned from the API are captured and can be output if 'Continue On Fail' is enabled, otherwise they will stop execution.

Discussion