GetLinkedTransactions
Use this function to retrieve one or many linked transactions.
Properties
Section titled “Properties”Authentication
Section titled “Authentication”Authentication values used to connect to the Xero server.
Linked transaction id
Section titled “Linked transaction id”You can retrieve an individual record by specifying the LinkedTransactionID.
Up to 100 linked transactions will be returned in a single API call. Use the page parameter to specify the page to be returned e.g. page=1.
Source transaction id
Section titled “Source transaction id”Filter by the SourceTransactionID. Get all the linked transactions created from a particular ACCPAY invoice.
Contact id
Section titled “Contact id”Filter by the ContactID. Get all the linked transactions that have been assigned to a particular customer.
Status
Section titled “Status”Get all the linked transactions that have a particular status.
Target transaction id
Section titled “Target transaction id”Filter by the TargetTransactionID. Get all the linked transactions allocated to a particular ACCREC invoice.
Return options
Section titled “Return options”Select how the data is to be returned.
Possible values are:
- Only the first item.
- The first item or an empty item.
- All the items one by one.
- All of the items at once.