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 update a time schedule. It allows users to specify a unique identifier for the time schedule and update various fields such as the time period, days of the week the schedule applies to, start and end times, and the supplier ID. This node is useful for managing and modifying time schedules programmatically within workflows, for example, adjusting peak and offpeak periods or changing schedule applicability for specific days.

Use Case Examples

  1. Updating a time schedule to change the peak period hours.
  2. Modifying a time schedule to apply only on weekdays.
  3. Changing the supplier associated with a specific time schedule.

Properties

Name Meaning
Id Unique identifier of the time schedule to update.
Additional Body Fields Optional fields to update in the time schedule, including time period, days of the week applicability, start and end times, and supplier ID.

Output

JSON

  • data - The response data from the Billing Booth One API after updating the time schedule.

Dependencies

  • Billing Booth One API access with an API key credential

Troubleshooting

  • Ensure the provided Id corresponds to an existing time schedule; otherwise, the update will fail.
  • Verify that the API key credential is valid and has the necessary permissions to update time schedules.
  • Check that the time format for 'start' and 'end' fields is correct to avoid validation errors from the API.
  • If the node returns an error about missing binary property, ensure the binary property name is correctly specified or not used if not applicable.

Discussion