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 'Customer Access Setting' resource and the 'Delete Customer Access Setting' operation, it deletes a customer access setting identified by a unique organisation ID. This node is useful for automating management of customer access settings in billing systems, such as removing access for a specific organisation programmatically.

Use Case Examples

  1. Deleting a customer access setting by providing the organisation ID to revoke access for that organisation.
  2. Automating cleanup of customer access settings in bulk workflows.

Properties

Name Meaning
Organisation Id Unique identifier of the organisation whose customer access setting is to be deleted.

Output

JSON

  • data - Response data from the Billing Booth One API after deleting the customer access setting.
  • error - Error information if the operation fails and continueOnFail is enabled.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Common issues include missing or invalid organisation ID, resulting in API errors.
  • If the API base URL is incorrect or unreachable, HTTP request failures will occur.
  • Errors from the API are propagated and can be seen in the node output if continueOnFail is enabled.

Links

Discussion