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. Specifically, for the 'Metadata' resource and the 'Create Local Metadata' operation, it allows users to create local metadata entries by sending key-value pairs as additional body fields in the API request. This is useful for managing metadata within the Billing Booth One system, such as adding custom data fields to records.

Use Case Examples

  1. Creating a new metadata entry with a specific key and value to categorize or tag billing records.
  2. Adding custom metadata fields to enhance data organization and retrieval in the Billing Booth One platform.

Properties

Name Meaning
Additional Body Fields Allows users to add custom key-value pairs as metadata fields. The 'Key' is case insensitive and represents the metadata field name, while the 'Value' is the corresponding data for that field.

Output

JSON

  • json - The JSON response from the Billing Booth One API after creating the local metadata, containing details of the created metadata entry or error information.

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect API credentials, resulting in authentication errors.
  • Incorrect or missing routing information for the specified resource and operation can cause the node to throw an error indicating no routing information found.
  • If the binary property name is specified but the binary data is missing, an error will be thrown indicating the binary property does not exist on the item.
  • Errors from the API are caught and returned as error messages in the output if 'Continue On Fail' is enabled, otherwise they cause the node to fail.

Discussion