Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node integrates with the Billing Booth One API to perform various operations on different resources, including invoices. Specifically, for the 'Invoices' resource and the 'Refresh Accounting Code' operation, it sends a request to refresh the accounting code of a specified invoice by its unique identifier. This is useful in scenarios where invoice accounting details need to be updated or synchronized with the accounting system.

Use Case Examples

  1. Refreshing the accounting code of an invoice after changes in the accounting system.
  2. Automating invoice updates in a billing workflow to ensure accurate financial records.

Properties

Name Meaning
Id Unique identifier of the invoice to refresh the accounting code for.

Output

JSON

  • data - Response data from the Billing Booth One API after refreshing the accounting code.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is provided and valid; missing or incorrect IDs will cause errors.
  • Check API base URL configuration and network connectivity to the Billing Booth One API.
  • Handle API errors gracefully; the node supports continue-on-fail to allow workflow continuation despite errors.

Links

Discussion