Financial Accounts
Financial Accounts Documentation
Financial Account [LIST]
Financial Account [LIST]
Request
Endpoint
Body
Parameters
Filters
wildcard_search
Type string
Description where name contains string
Required No
Response
Headers
Body
Fields
data
Type
[Financial Account]
Description An array of Financial Account Objects
Financial Account [GET]
Financial Account [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
active
Type
boolean
Description If this financial_account is active then the balance should be added into the profile total
balance
Type
number
Description The balance in its native currency
code
Type
string
Description The remote system code
converted_balance
Type
number
Description The balance in the account_list default currency
converted_currency
Type
string
Description The converted currency of the financial_account
created_at
Type
date
Description The timestamp of when this resource was created
currency
Type
string
Description The native currency of the financial_account
last_download_at
Type
string
Description The DateTime when the last entries were fetched
name
Type
float
Description The name of the financial_account
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
categories.data
Type
[Financial Account Entry Category]
Description Categories that entries are connected to
organization.data
Type
Organization
Description The Organization the financial account belongs to
Financial Account [PUT]
Financial Account [PUT]
Request
Endpoint
Body
Parameters
Attributes
active
Type
boolean
Description If this financial_account is active then the balance should be added into the profile total
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
overwrite
Type
boolean
Description
Only used for updating a record where you want to ignore the server's ' 'updated_in_db_at
value and force overwrite the values for the record. ' 'Must be true
to work.
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Required No
Response
Headers
Body
Fields
Attributes
active
Type
boolean
Description If this financial_account is active then the balance should be added into the profile total
balance
Type
number
Description The balance in its native currency
code
Type
string
Description The remote system code
converted_balance
Type
number
Description The balance in the account_list default currency
converted_currency
Type
string
Description The converted currency of the financial_account
created_at
Type
date
Description The timestamp of when this resource was created
currency
Type
string
Description The native currency of the financial_account
last_download_at
Type
string
Description The DateTime when the last entries were fetched
name
Type
float
Description The name of the financial_account
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
categories.data
Type
[Financial Account Entry Category]
Description Categories that entries are connected to
organization.data
Type
Organization
Description The Organization the financial account belongs to
Last updated