Accounting
Retrieves linked transactions (billable expenses)
get/LinkedTransactions
Query parameters
pageinteger
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.
LinkedTransactionIDstring uuid
The Xero identifier for an Linked Transaction
SourceTransactionIDstring uuid
Filter by the SourceTransactionID. Get the linked transactions created from a particular ACCPAY invoice
ContactIDstring uuid
Filter by the ContactID. Get all the linked transactions that have been assigned to a particular customer.
Statusstring
Filter by the combination of ContactID and Status. Get the linked transactions associated to a customer and with a status
TargetTransactionIDstring uuid
Filter by the TargetTransactionID. Get all the linked transactions allocated to a particular ACCREC invoice
Response
Success - return response of type LinkedTransactions array with all LinkedTransaction
Example response
{
"LinkedTransactions": [
{
"UpdatedDateUTC": "/Date(1573755038314)/"
}
]
}