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 billing and price adjustments. Specifically, for the 'Delete Multiple Price Adjustments' operation, it allows users to delete multiple price adjustments by providing a list of unique identifiers. This is useful in scenarios where bulk deletion of price adjustments is needed, such as cleaning up outdated or incorrect pricing data in a billing system.

Use Case Examples

  1. Deleting multiple price adjustments by specifying their IDs in a JSON array.
  2. Automating the cleanup of price adjustments in a billing system through workflow automation.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, including a JSON array of IDs representing the price adjustments to delete.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the specified price adjustments. This typically includes success or error information.

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

  • Ensure the 'id' field is a valid JSON array of unique identifiers; invalid JSON will cause errors.
  • Check that the API base URL and access token are correctly configured in the node credentials.
  • If the API returns an error, verify that the IDs exist and the user has permission to delete them.
  • Common error messages include missing routing information for the resource-operation pair, which indicates a misconfiguration in the node parameters.

Discussion