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 with the 'Redo Multiple Service Files' operation, it allows users to resend or redo processing of multiple service files by specifying their unique identifiers. This is useful in scenarios where batch reprocessing of service files is needed, such as correcting errors or updating records in bulk.

Use Case Examples

  1. Redo multiple service files by providing a list of their IDs to trigger reprocessing in the Billing Booth One system.
  2. Batch update or resend service files to ensure data consistency or correct previous processing errors.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, including a list of unique identifiers ('Id') for the service files to be redone.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to redo the specified service files. This typically contains the result or status of the operation.

Dependencies

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

Troubleshooting

  • Common issues include providing invalid or malformed JSON for the list of IDs, which can cause the API request to fail.
  • If the binary property name is specified but the binary data is missing, the node throws an error indicating the missing binary property.
  • Errors from the API are captured and returned if 'Continue On Fail' is enabled; otherwise, they cause the node to fail with an error message.
  • Ensure the base URL and access token are correctly configured in the credentials to avoid authentication errors.

Discussion