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 billing resources. Specifically, for the 'Credit Notes' resource and the 'Get Credit Note' operation, it retrieves a specific credit note by its unique identifier and associated customer ID. This is useful for scenarios where users need to fetch detailed information about a particular credit note for accounting, auditing, or customer service purposes.

Use Case Examples

  1. Retrieve a credit note by providing the customer ID and the credit note ID to view its details.
  2. Use the node to automate fetching credit notes for reconciliation in financial workflows.

Properties

Name Meaning
Customer Id The unique identifier of the customer associated with the credit note. This is required to specify which customer's credit note to retrieve.
Id The unique identifier of the credit note to retrieve. This is required to specify the exact credit note.

Output

JSON

  • json - The JSON response containing the details of the retrieved credit note from the Billing Booth One API.

Dependencies

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

Troubleshooting

  • Common issues include missing or incorrect customer ID or credit note ID, which will cause the API request to fail.
  • Errors related to authentication can occur if the API key credential is invalid or missing.
  • If the node throws a 'No routing information found' error, it indicates a misconfiguration in resource or operation selection.
  • Ensure the base URL is correctly set; otherwise, the HTTP request will fail.

Discussion