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 update a Cost Centre. It allows users to specify the customer ID and cost centre ID to identify the cost centre to update, along with the new name and optional additional fields such as reference and address. This node is useful for automating updates to cost centre information in billing or accounting systems, ensuring data consistency and saving manual effort.

Use Case Examples

  1. Updating the name of a cost centre for a specific customer.
  2. Adding or modifying the reference or address details of a cost centre.

Properties

Name Meaning
Customer Id Unique identifier of the customer to which the cost centre belongs.
Id Unique identifier of the cost centre to update.
Name New name for the cost centre.
Additional Body Fields Optional additional fields to include in the update request, such as id, reference, and address.

Output

JSON

  • data - The response data from the Billing Booth One API after updating the cost centre.

Dependencies

  • Billing Booth One API with an API key credential

Troubleshooting

  • Ensure the provided customer ID and cost centre ID are correct and exist in the system to avoid 'not found' errors.
  • Verify that the API key credential is valid and has the necessary permissions to update cost centres.
  • If the node throws an error about missing routing information, check that the resource and operation parameters are correctly set to 'Cost Centres' and 'Update Cost Centre'.
  • When providing the address field, ensure it is valid JSON to avoid parsing errors.

Discussion