HistoryPayments
Queries the payment history and notes for a Xero organization. It helps track the details of payments made to suppliers or received from customers.
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 that each history entry is distinctly identifiable, providing an accurate record of changes over time. |
| PaymentId | String | The unique identifier of the payment to which this history item belongs. This links the history entry to a specific payment record, enabling tracking of changes made to that particular payment. |
| Changes | String | Describes the type of change that occurred on the payment. This could include updates such as changes to the payment amount, status, or the method of payment, providing clarity on what was modified. |
| Date | Datetime | The exact timestamp when the change occurred. This field captures the time the modification was made, ensuring a clear and chronological record of changes to the payment. |
| User | String | The name of the user who made the change. This identifies the person responsible for modifying the payment, ensuring accountability and traceability in the system. |
| Details | String | A detailed description of the specific change that was made to the payment. This includes details such as which fields were updated and how, providing transparency into the changes. |
| TenantId | String | The unique identifier of the tenant. This ensures the query accesses data specific to a particular tenant in multi-tenant environments, ensuring that the correct data for the right tenant is retrieved. |