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 operations related to notes, specifically the 'Delete Multiple Notes' operation under the 'Notes' resource. It allows users to delete multiple notes associated with a specific customer by providing the customer's unique identifier and a list of note IDs to be deleted. This node is useful in scenarios where bulk deletion of notes is required, such as cleaning up outdated or irrelevant notes for a customer in a billing or CRM system.

Use Case Examples

  1. Deleting multiple notes for a customer by specifying the customer ID and a JSON array of note IDs to be removed.
  2. Automating the cleanup of notes in a billing system by batch deleting notes linked to a customer.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose notes are to be deleted.
Additional Body Fields Additional fields to include in the request body, specifically a JSON array of note IDs to delete.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Ensure the 'Customer Id' is correctly provided and corresponds to an existing customer in the system.
  • The 'Id' field must be a valid JSON array of note IDs; invalid JSON will cause errors.
  • API authentication errors may occur if the API key credential is missing or invalid.
  • Network or API endpoint errors can occur if the base URL is incorrect or the API service is down.

Discussion