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, including deleting a Cost Centre. Specifically, for the 'Delete Cost Centre' operation, it sends a DELETE request to the API to remove a cost centre identified by a unique ID and associated customer ID. This node is useful for automating billing management tasks such as removing obsolete or incorrect cost centres from a customer's account.

Use Case Examples

  1. Deleting a cost centre by providing the customer ID and cost centre ID to clean up billing records.
  2. Automating cost centre management in a billing system by integrating with the Billing Booth One API.

Properties

Name Meaning
Customer Id The unique identifier of the customer to which the cost centre belongs.
Id The unique identifier of the cost centre to be deleted.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the cost centre, which may include success confirmation 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

  • Common issues include missing or incorrect customer ID or cost centre ID, resulting in API errors.
  • Errors related to authentication if the API key or access token is invalid or expired.
  • Network or connectivity issues when making HTTP requests to the Billing Booth One API.
  • If the binary property name is specified but the binary data is missing, an error will be thrown.

Links

Discussion