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 'Destinations' resource with the 'Bulk Create Destination' operation, it allows users to create multiple destination entries in bulk by sending a list of destination objects to the API. This is useful for efficiently managing large sets of destination data in billing or pricing systems.

Use Case Examples

  1. Bulk create multiple destination entries by providing a JSON array of destination objects, each containing pricing and charge code details.
  2. Automate the addition of new destinations to a billing system by integrating this node into a workflow that processes destination data.

Properties

Name Meaning
Additional Body Fields Allows the user to specify additional fields in the request body, including a JSON array of destinations to be created in bulk.

Output

JSON

  • json - The JSON response from the Billing Booth One API after performing the bulk create operation, typically containing details of the created destinations or any errors.

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

  • Ensure the JSON format for the 'Destinations' field is correct and parsable; invalid JSON will cause errors.
  • Verify that the API base URL and access token are correctly configured in the node credentials.
  • If the node throws a 'No routing information found' error, check that the resource and operation parameters are correctly set to 'Destinations' and 'Bulk Create Destination'.
  • Errors related to missing binary data indicate that the specified binary property name does not exist on the input item; ensure the correct property name is used.

Discussion