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 destination records. It allows users to modify various attributes of a destination such as its name, unit type, pricing, tax status, billing exclusion, supplier details, and more. This node is useful in scenarios where billing destinations need to be programmatically updated, for example, updating pricing or tax exemption status for a destination in a billing system.

Use Case Examples

  1. Updating the name and pricing details of a destination identified by its unique ID.
  2. Changing the tax exemption status and billing exclusion flag for a specific destination.
  3. Modifying supplier information and destination group details for a destination record.

Properties

Name Meaning
Id Unique identifier of the destination to update, required for the operation.
Additional Body Fields Optional additional fields to include in the update request body, such as name, unit type, currency unit, fallback status, tax exemption, billing exclusion, supplier details, pricing, charge codes, and destination group information.

Output

JSON

  • json - The response from the Billing Booth One API after updating the destination, typically containing the updated destination data or status information.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid destination ID, incorrect API credentials, or malformed JSON in pricing or charge codes fields.
  • Error messages may indicate missing routing information for the specified resource and operation, which suggests a configuration issue in the node parameters.
  • If binary data is specified but the binary property does not exist on the input item, an error will be thrown.
  • To resolve errors, ensure all required fields are correctly set, JSON fields are properly formatted, and valid API credentials are provided.

Discussion