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 on different resources, including updating the enabled flag of a single auto collection endpoint. It is useful for automating billing and collection management tasks by programmatically enabling or disabling specific endpoints based on their unique identifiers.

Use Case Examples

  1. Enable or disable a specific auto collection endpoint by its ID to control automated billing collections.
  2. Update settings of billing resources dynamically within a workflow to reflect changes in billing policies or customer preferences.

Properties

Name Meaning
Id Unique identifier of the auto collection endpoint to update.

Output

JSON

  • data - The response data from the Billing Booth One API after updating the auto collection endpoint.

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 routing information for the specified resource and operation can cause the node to throw an error indicating no routing information found.
  • If a binary property name is specified but the binary data does not exist on the input item, an error will be thrown.
  • Network or API errors will be caught and can be handled by enabling 'Continue On Fail' to prevent workflow interruption.

Discussion