Xero Accounting Endpoint: GetHistoryPayment

From OdataLink
Jump to navigation Jump to search

Overview

The Xero GetHistoryPayment endpoint provides a method to download the history and change logs for a single payment.

Two variations of this function exists.

  • GetHistoryPayment works for a single data file.
  • GetHistoryPaymentDataFile is recommended when using the consolidation OData Feed.

This function requires a single call to Xero for a single transaction. As such, it should only be used for a few transactions otherwise Xero will quickly impose the 5000 calls daily limit.

It is a function that accepts a series of parameters.


Parameters

The GetHistoryPayment is a function that accepts the following parameters.

DataFile (for GetHistoryPaymentDataFile only)
A text field that accepts the data file id, name or code.
PaymentID
A GUID field that accepts the id of the payment.


Fields

The following fields are available for the GetHistoryPayment endpoint.

DataFileID
A GUID field representing the internal id of the data file within OdataLink. This field can be used to link to the data files endpoints.
DataFileName
A text field used as the data file name.
DataFileCode
A text field used as the data file code.
PaymentID
A guid field that provides the id of the payment.
Changes
A text field that provides the type of change.
Possible values are:
  • Created
  • Edited
  • Approved
  • Reconciled
  • Deleted
  • Voided
  • (other values also possible)
Details
A text field that provides the details or note of the change.
User
A text field that provides the user name of the person that made the changes.
DateUTC
A date time field that indicates the date and time the changes were made.


Xero API

For a detailed run through of the endpoint, you can see the Xero API.


Related Fields

None


Related Endpoints

Payments --- PaymentsTable


Related Topics

Xero Accounting Models
Xero Accounting Endpoints