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 update CLI Types. It allows users to modify existing CLI Type records by specifying the unique identifier and various properties such as name, description, accounting code, and category. This is useful for automating updates to billing-related data in invoicing systems, ensuring accurate and up-to-date line item descriptions and accounting classifications.

Use Case Examples

  1. Updating the name and description of a CLI Type to reflect new billing terminology.
  2. Changing the accounting code and sort priority for a CLI Type to align with updated financial reporting requirements.

Properties

Name Meaning
Id Unique identifier of the CLI Type to update.
Name Name of the CLI Type, used in invoice line items.
Additional Body Fields Optional additional fields to update on the CLI Type, including description, tax-exempt description, accounting code, sort priority, and associated category.

Output

JSON

  • json - The JSON response from the Billing Booth One API after updating the CLI Type, containing the updated CLI Type data or error information.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid 'Id' parameter, resulting in failure to identify the CLI Type to update.
  • Errors may occur if required fields like 'Name' are missing or empty.
  • API authentication errors if the provided API key credential is invalid or expired.
  • Network or HTTP errors if the base URL is incorrect or the API service is unavailable.

Discussion