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. Specifically, for the 'Notes' resource and the 'Delete Note' operation, it deletes a note identified by a unique note ID and associated customer ID. This is useful in scenarios where users need to programmatically manage and clean up notes related to customers in their billing system, such as removing outdated or incorrect notes.

Use Case Examples

  1. Deleting a note for a specific customer by providing the customer ID and note ID.
  2. Automating note management in a billing workflow to keep records up to date.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose note is to be deleted.
Id The unique identifier of the note to be deleted.

Output

JSON

  • data - The response data from the Billing Booth One API after attempting to delete the note.

Dependencies

  • Billing Booth One API
  • An API key credential for authentication

Troubleshooting

  • Ensure the provided customer ID and note ID are correct and exist in the system to avoid errors.
  • Check that the API key credential is valid and has the necessary permissions to delete notes.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Notes' and 'Delete Note'.
  • If a binary property is specified but not found, ensure the binary data exists on the input item.

Discussion