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 Global Metadata' operation, it allows users to create global metadata entries by sending key-value pairs as additional body fields in the API request. This is useful for managing metadata globally within the Billing Booth One system, such as tagging or categorizing billing data.

Use Case Examples

  1. Creating a global metadata entry with a specific key and value to categorize billing records.
  2. Adding custom metadata fields to enhance data filtering and reporting in Billing Booth One.

Properties

Name Meaning
Additional Body Fields Allows the user to specify additional key-value pairs to be sent in the request body when creating global metadata. The 'Key' is case insensitive and represents the metadata key, while the 'Value' is the corresponding metadata value.

Output

JSON

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

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid 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.
  • Ensure that the 'Key' and 'Value' fields in additional body options are correctly set; otherwise, the API request may fail or not behave as expected.

Discussion