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 'Get Local Metadata' operation, it retrieves local metadata based on a provided key. This is useful for workflows that need to fetch configuration or metadata information stored locally within the Billing Booth One system, such as retrieving settings or reference data by key.

Use Case Examples

  1. Fetch local metadata by specifying a key to use in subsequent workflow steps.
  2. Retrieve configuration details stored as metadata for dynamic processing.

Properties

Name Meaning
Key The key used to identify and retrieve the specific local metadata.

Output

JSON

  • json - The JSON response containing the requested local metadata information.

Dependencies

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

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions.
  • Verify that the 'Key' parameter is correctly set and corresponds to existing metadata in the system.
  • Common error: 'No routing information found for resource: Metadata, operation: Get Local Metadata' indicates a misconfiguration or unsupported operation; verify resource and operation names.

Discussion