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 auto collection history records. It is useful for automating billing and collection management tasks by programmatically managing data such as auto collection histories. For example, users can delete specific auto collection history entries by providing their unique identifiers, streamlining data cleanup and management workflows.

Use Case Examples

  1. Deleting an auto collection history record by specifying its unique ID to maintain up-to-date billing records.
  2. Automating the removal of outdated or incorrect auto collection history entries as part of a billing data maintenance process.

Properties

Name Meaning
Id Unique identifier of the auto collection history record to delete

Output

JSON

  • data - Response data from the Billing Booth One API after performing the delete operation
  • error - Error information if the operation fails and continueOnFail is enabled

Dependencies

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

Troubleshooting

  • Ensure the provided ID exists and is correct to avoid 'not found' errors from the API.
  • Check that the API key credential is valid and has sufficient permissions to delete auto collection history records.
  • If the node throws an error about missing routing information, verify that the resource and operation parameters are correctly set to 'Auto Collection History' and 'Delete Auto Collection History'.
  • If the node fails due to binary property issues, ensure the binary property name is correctly specified and the binary data exists on the input item.

Links

Discussion