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 'Service Files' resource and the 'Redo Service File' operation, it allows users to redo or reprocess a service file by providing its unique identifier. This is useful in scenarios where a service file needs to be re-evaluated or corrected after initial processing, such as in billing or data management workflows.

Use Case Examples

  1. Redo a service file by specifying its unique ID to trigger reprocessing in the Billing Booth One system.
  2. Automate the reprocessing of service files as part of a larger billing automation workflow.

Properties

Name Meaning
Id Unique identifier of the service file to redo.

Output

JSON

  • json - The response data from the Billing Booth One API after attempting to redo the service file.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is correctly set and corresponds to an existing service file; otherwise, the API may return an error.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Service Files' and 'Redo Service File' respectively.
  • Check that the API base URL and access token are correctly configured in the credentials to avoid authentication errors.

Discussion