Xero Accounting Endpoint: GetHistoryCreditNote
Overview
The Xero GetHistoryCreditNote endpoint provides a method to download the history and change logs for a single credit note.
Two variations of this function exists.
- GetHistoryCreditNote works for a single data file.
- GetHistoryCreditNoteDataFile 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 GetHistoryCreditNote is a function that accepts the following parameters.
- DataFile (for GetHistoryCreditNoteDataFile only)
- A text field that accepts the data file id, name or code.
- CreditNoteID
- A GUID field that accepts the id of the credit note.
Fields
The following fields are available for the GetHistoryCreditNote 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.
- CreditNoteID
- A guid field that provides the id of the credit note.
- 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