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 Credit Notes. Specifically, for the 'Delete Credit Note' operation, it deletes a credit note identified by a unique ID and associated customer ID. This node is useful in automating billing workflows where credit notes need to be programmatically managed, such as removing erroneous or outdated credit notes from the system.

Use Case Examples

  1. Deleting a credit note by providing its unique ID and the customer ID to ensure the correct record is removed.
  2. Automating cleanup of credit notes in bulk by iterating over multiple IDs and customer IDs.

Properties

Name Meaning
Id Unique identifier of the credit note to be deleted.
Customer Id Identifier of the customer associated with the credit note to be deleted.

Output

JSON

  • data - Response data from the API after attempting to delete the credit note.
  • error - Error information if the deletion operation fails.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Common issues include missing or incorrect 'Id' or 'Customer Id' parameters, which will cause the API request to fail.
  • Errors related to authentication if the API key credential is invalid or missing.
  • Network or API endpoint errors if the base URL is incorrect or the Billing Booth One service is unavailable.

Links

Discussion