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 Cost Centres, specifically allowing the deletion of multiple cost centres for a given customer. It is useful in scenarios where bulk removal of cost centres is needed, such as cleaning up outdated or incorrect cost centre data for a customer in a billing system.

Use Case Examples

  1. Deleting multiple cost centres by providing a list of their unique IDs for a specific customer.
  2. Automating the cleanup of cost centres in a billing system by integrating this node in a workflow.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose cost centres are to be deleted.
Additional Body Fields Additional fields to include in the request body, specifically a JSON list of cost centre IDs to delete.

Output

JSON

  • json - The response from the Billing Booth One API after attempting to delete the specified cost centres, typically including success or error details.

Dependencies

  • Requires an API key credential for the Billing Booth One API, including a base URL and access token for authentication.

Troubleshooting

  • Ensure the Customer Id is valid and corresponds to an existing customer in the Billing Booth One system.
  • Verify that the list of cost centre IDs is correctly formatted as a JSON array and contains valid IDs.
  • Check that the API credentials are correctly configured and have the necessary permissions to delete cost centres.
  • Common error messages may include authorization errors if the API key is invalid or lacks permissions, or validation errors if the IDs are incorrect or missing.

Discussion