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 operations related to service files, specifically setting dates for service charges. It is useful for automating updates to service charge records by specifying a service file ID, a list of service charge IDs, and date ranges. For example, it can be used to batch update the 'from' and 'to' dates of multiple service charges within a service file, streamlining billing and service management processes.

Use Case Examples

  1. Updating the 'from' and 'to' dates for multiple service charges in a service file to reflect a new billing period.
  2. Setting the start date for service charges when a service file is created or modified.

Properties

Name Meaning
Service File Id Unique identifier of the service file to which the service charges belong.
Ids JSON array of unique identifiers for the service charges to be updated.
From The start date to set for the specified service charges.
Additional Body Fields Optional additional fields to include in the request body, such as the 'To' date to specify the end date for the service charges.

Output

JSON

  • json - The JSON response from the Billing Booth One API after setting the dates for the service charges.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid service file ID or service charge IDs, which will cause the API request to fail.
  • Errors related to date formatting or missing required fields ('from' date) may occur; ensure dates are correctly formatted as strings.
  • If the node throws an error about missing routing information, it indicates a misconfiguration of resource or operation parameters.
  • Network or authentication errors may occur if the API key credential is invalid or the base URL is incorrect.

Discussion