Transfers
Columns
Name
Type
ReadOnly
References
Filterable
Sortable
Description
Id [KEY]
String
True
true
true
The Id of the payment.
TxnDate
Date
False
true
true
The date entered by the user when this transaction occurred.
PrivateNote
String
False
false
false
User entered, organization-private note about the transaction.
FromAccountRef
String
False
Accounts.Id
false
false
The account Id from which the funds were transfered.
FromAccountRef_Name
String
False
Accounts.Name
false
false
The account Name from which the funds were transfered.
ToAccountRef
String
False
Accounts.Id
false
false
The account Id to which the funds were transfered.
ToAccountRef_Name
String
False
Accounts.Name
false
false
The account Name to which the funds were transfered.
Amount
Decimal
False
false
false
The total amount of the transaction
CurrencyRef
String
False
false
false
The Id of the currency used in the transaction.
CurrencyRef_Name
String
True
false
false
The name of the currency used in the transaction.
SyncToken
String
True
false
false
Version number of the object. It is used to lock an object for use by one app at a time. As soon as an application modifies an object, its SyncToken is incremented. Attempts to modify an object specifying an older SyncToken fails. Only the latest version of the object is maintained by QuickBooks Online.
MetaData_CreateTime
Datetime
True
true
true
The time the record was created.
MetaData_LastUpdatedTime
Datetime
True
true
true
The time the record was last updated.
Last updated