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 creating a new Cost Centre. It is useful for automating the management of cost centres within a billing or financial system, allowing users to programmatically add new cost centres with specified details such as customer ID, name, and additional optional fields like reference and address.

Use Case Examples

  1. Creating a new cost centre for a specific customer by providing the customer ID and cost centre name.
  2. Adding a cost centre with additional details such as a unique identifier, reference, and address information.

Properties

Name Meaning
Customer Id The unique identifier of the customer to whom the cost centre belongs.
Name The name of the cost centre to be created.
Additional Body Fields Optional additional fields for the cost centre such as Id (unique identifier), Reference (cost centre reference), and Address (address details in JSON format).

Output

JSON

  • json - The JSON response from the Billing Booth One API representing the created cost centre or error information if the operation fails.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, incorrect or missing required parameters such as Customer Id or Name, and network or API endpoint errors.
  • Error messages may indicate missing routing information for the specified resource and operation, missing binary property when expected, or HTTP request failures. To resolve, ensure all required parameters are provided, credentials are valid, and the API endpoint is reachable.

Discussion