Accounting
Retrieves specific bank transfers by using a unique bank transfer Id
get/BankTransfers/{BankTransferID}
Path parameters
BankTransferIDstring uuid required
Xero generated unique identifier for a bank transfer
Response
Success - return response of BankTransfers array with one BankTransfer
Example response
{
"BankTransfers": [
{
"FromBankAccount": {
"Name": "Food Sales",
"AccountID": "00000000-0000-0000-0000-000000000000",
"UpdatedDateUTC": "/Date(1573755038314)/"
},
"ToBankAccount": {
"Name": "Food Sales",
"AccountID": "00000000-0000-0000-0000-000000000000",
"UpdatedDateUTC": "/Date(1573755038314)/"
},
"CreatedDateUTC": "/Date(1573755038314)/"
}
]
}Changes
Changed in 1 of the 61 revisions of this API.3
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○