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, including deleting multiple tariffs. It is useful for automating billing and tariff management tasks by sending API requests to the Billing Booth One service. For example, users can delete multiple tariff entries by providing a list of unique identifiers, streamlining bulk tariff management.

Use Case Examples

  1. Deleting multiple tariffs by providing a JSON array of tariff IDs to remove them in one API call.
  2. Automating tariff updates and deletions as part of a billing workflow.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, such as a JSON array of tariff IDs to delete multiple tariffs.

Output

JSON

  • data - The response data from the Billing Booth One API after performing the requested operation.
  • error - Error details if the operation fails and continueOnFail is enabled.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, incorrect resource or operation selection, and malformed JSON input for the list of IDs.
  • Error messages may indicate missing routing information for the selected resource-operation pair or missing binary data if expected.
  • To resolve errors, ensure the API credentials are correctly configured, the resource and operation are valid, and the input JSON for IDs is properly formatted.

Links

Discussion