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 generate ledger statements for customers. Specifically, the 'Generate Statement' operation under the 'Ledgers' resource allows users to request a financial statement for a given customer within an optional date range. This is useful for accounting, auditing, or customer service scenarios where detailed transaction summaries are needed.

Use Case Examples

  1. Generate a ledger statement for a customer by providing their unique customer ID.
  2. Generate a ledger statement for a customer within a specific date range by specifying 'From' and 'To' dates.

Properties

Name Meaning
Customer Id The unique identifier of the customer for whom the ledger statement is to be generated.
Additional Fields Optional parameters to specify the date range for the statement, including 'From' (opening date) and 'To' (closing date).

Output

JSON

  • json - The JSON response from the Billing Booth One API containing the generated ledger statement data.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid customer ID, incorrect date formats for 'From' and 'To' fields, and API connectivity problems.
  • Error messages may indicate missing routing information for the specified resource and operation, or missing binary property if binary data is expected but not found.
  • To resolve errors, ensure all required parameters are correctly set, the API key is valid, and the base URL is correctly configured.

Discussion