JDBC Driver for Xero

Build 25.0.9434

HistoryRepeatingInvoices

Queries the history and notes of repeating invoices in Xero. Repeating invoices are generated automatically for recurring billing.

View Specific Information

The HistoryRepeatingInvoices view allows you to read the notes created on a repeating invoice, and the history of changes to that repeating invoice. If a RepeatingInvoiceId is not provided, the history of all RepeatingInvoices will be retrieved.

Columns

Name Type Description
Id [KEY] String A unique identifier for the history item, combining its position in the history log with the timestamp of when the change occurred. This ensures each history entry is distinctly identifiable, allowing accurate tracking of changes over time.
RepeatingInvoiceId String The unique identifier of the repeating invoice to which this history item belongs. This links the history entry to a specific repeating invoice, ensuring changes made to that invoice are easily traced.
Changes String Describes the type of change that occurred on the repeating invoice. This could include modifications to the invoice amount, frequency, billing details, or other related attributes, providing insight into the nature of the change.
Date Datetime The exact timestamp when the change occurred. This field records the time of modification, ensuring a clear chronological history of changes made to the repeating invoice.
User String The name of the user who made the change. This field identifies the individual responsible for altering the repeating invoice, ensuring accountability for updates.
Details String A detailed description of the specific change made to the repeating invoice. This includes specifics such as which fields were updated, like invoice amounts, billing cycle adjustments, or any other modifications.
TenantId String The unique identifier of the tenant. This ensures the query accesses data specific to a particular tenant, especially in multi-tenant environments where each tenant's data is isolated from others.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434