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 Organisations. Specifically, the 'Delete Multiple Organisation' operation allows users to delete multiple organisations by providing a list of unique identifiers (IDs). This is useful for bulk management of organisation data, such as cleaning up or removing outdated or irrelevant organisations in a billing system.

Use Case Examples

  1. Deleting multiple organisations by specifying their IDs in a JSON array to efficiently manage organisation records.
  2. Automating the removal of organisations in bulk as part of a data maintenance workflow.

Properties

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

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure the 'id' field contains a valid JSON array of organisation IDs; invalid JSON will cause errors.
  • If the API returns an error, check that the provided IDs exist and that the API key has sufficient permissions.
  • Common error messages include missing routing information for the resource-operation pair, which indicates a misconfiguration in the node parameters.
  • Binary data handling errors may occur if a binary property name is specified but the binary data is missing; ensure binary data is correctly attached if used.

Links

Discussion