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 invoices. Specifically, the 'Restore Invoice' operation allows users to restore a previously deleted or archived invoice by providing its unique identifier. This is useful in scenarios where an invoice needs to be recovered for further processing or auditing.

Use Case Examples

  1. Restore an invoice by its ID to recover it from deletion or archive.
  2. Use the node to manage invoice lifecycle by restoring invoices as needed.

Properties

Name Meaning
Id Unique identifier of the invoice to be restored

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to restore the invoice, containing details of the restored invoice or error information.

Dependencies

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

Troubleshooting

  • Common issues include providing an invalid or non-existent invoice ID, which will result in an error from the API indicating the invoice could not be found.
  • Errors related to authentication failure if the API key credential is missing or invalid.
  • Network or connectivity issues when making the HTTP request to the Billing Booth One API.
  • If the node throws 'No routing information found' error, it indicates a misconfiguration or unsupported operation/resource combination.

Links

Discussion