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 deleting multiple suppliers. It is useful for automating tasks related to supplier management, such as bulk deletion of supplier records by their unique identifiers. For example, a user can provide a list of supplier IDs to delete them all in one API call, streamlining data management workflows.

Use Case Examples

  1. Deleting multiple suppliers by providing a JSON array of their unique IDs in the 'Id' field under 'Additional Body Fields'.
  2. Automating supplier data cleanup by integrating this node into a workflow that periodically removes obsolete supplier entries.

Properties

Name Meaning
Additional Body Fields Allows adding extra fields to the request body, including a JSON array of supplier IDs to delete.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the specified suppliers. This includes success or error details for each operation.

Dependencies

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

Troubleshooting

  • Common issues include providing an invalid or empty list of supplier IDs, which may result in API errors or no action taken.
  • Errors related to authentication failures if the API key credential is missing or incorrect.
  • If the 'Id' field JSON is malformed, the node will fail to parse it and throw an error.

Links

Discussion