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 create a new CLI Type. It is useful for automating the management of CLI Types in billing systems, such as adding new types with specific descriptions, accounting codes, and categories. For example, it can be used to programmatically add a new CLI Type with detailed invoice descriptions and tax-exempt descriptions, streamlining billing operations.

Use Case Examples

  1. Create a new CLI Type with a name and description for invoice line items.
  2. Add a CLI Type with an accounting code and category ID for integration with third-party accounting systems.

Properties

Name Meaning
Name The name of the CLI Type, used as a description in invoice line items.
Id Unique identifier for the CLI Type.
Description Description used in the line items of invoices.
Description Tax Exempt Description used in invoice line items if any tax-exempt records exist.
Accounting Code Accounting code for exporting to third-party systems.
Sort Priority Sort priority of the CLI Type.
Category Id Associated category ID for the CLI Type.

Output

JSON

  • json - The response from the Billing Booth One API representing the created CLI Type object or error information.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing required parameters like 'Name' can cause the API to reject the request.
  • Network or API endpoint issues may cause request failures; verify the base URL and network connectivity.
  • Error messages from the API are propagated and can be found in the node output; ensure to handle these appropriately.

Discussion