Accounting
Retrieves history from a specific bank transaction using a unique bank transaction Id
get/BankTransactions/{BankTransactionID}/History
Path parameters
BankTransactionIDstring uuid required
Xero generated unique identifier for a bank transaction
Response
Success - return response of HistoryRecords array of 0 to N HistoryRecord
Example response
{
"HistoryRecords": [
{
"DateUTC": "/Date(1573755038314)/"
}
]
}