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 create a time schedule. It allows users to specify various parameters such as the unique identifier, time period (e.g., peak, offpeak), days of the week the schedule applies to, start and end times, and the supplier ID. This node is useful for automating the creation of time schedules in billing or resource management systems, enabling efficient scheduling based on different time periods and days.

Use Case Examples

  1. Creating a peak time schedule for a supplier that applies Monday through Friday from 9 AM to 5 PM.
  2. Setting up a weekend offpeak schedule that applies only on Saturdays and Sundays with specific start and end times.

Properties

Name Meaning
Id Unique identifier for the time schedule.
Time Period Specifies the time period category for the schedule, such as peak or offpeak.
Monday Boolean indicating if the schedule applies to Monday.
Tuesday Boolean indicating if the schedule applies to Tuesday.
Wednesday Boolean indicating if the schedule applies to Wednesday.
Thursday Boolean indicating if the schedule applies to Thursday.
Friday Boolean indicating if the schedule applies to Friday.
Saturday Boolean indicating if the schedule applies to Saturday.
Sunday Boolean indicating if the schedule applies to Sunday.
Start Start time of the period.
End End time of the period.
Supplier Id Identifier of the supplier that the schedule belongs to.

Output

JSON

  • id - Unique identifier of the created time schedule.
  • time_period - Time period category of the created schedule.
  • monday - Indicates if the schedule applies to Monday.
  • tuesday - Indicates if the schedule applies to Tuesday.
  • wednesday - Indicates if the schedule applies to Wednesday.
  • thursday - Indicates if the schedule applies to Thursday.
  • friday - Indicates if the schedule applies to Friday.
  • saturday - Indicates if the schedule applies to Saturday.
  • sunday - Indicates if the schedule applies to Sunday.
  • start - Start time of the schedule period.
  • end - End time of the schedule period.
  • supplier_id - Supplier identifier associated with the schedule.

Dependencies

  • Billing Booth One API
  • An API key credential for authentication

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to create time schedules.
  • Verify that the base URL for the API is correct and accessible from the environment where the node runs.
  • Check that all required fields, especially the supplier ID and time period, are provided and valid.
  • If the node throws an error about missing binary property, ensure the specified binary property exists in the input data.
  • Errors related to routing or missing operation information indicate misconfiguration of the resource or operation parameters.

Links

Discussion