v1
latestOpenAPI 3.0.12026-07-135618141.0 KBTransaction Accounts
Update transaction account
Updates the transaction account by its ID.
put/transaction_accounts/{id}
Path parameters
idinteger required
The unique identifier of the transaction account.
Request body
Example request
{
"institution_id": 42,
"starting_balance": 3547.45,
"starting_balance_date": "2015-03-15"
}Response
Success
Example response
{
"id": 96027,
"name": "Sample Credit",
"number": "ASBCRD44554",
"current_balance": 2694.39,
"current_balance_date": "2015-07-03",
"current_balance_in_base_currency": 4041.59,
"current_balance_exchange_rate": 1.5,
"safe_balance": 2694.39,
"safe_balance_in_base_currency": 4041.59,
"starting_balance": 3547.45,
"starting_balance_date": "2015-03-15",
"created_at": "2015-03-17T02:42:10Z",
"updated_at": "2015-07-02T22:14:49Z",
"institution": {
"currency_code": "NZD",
"title": "Bank of Foo",
"updated_at": "2015-04-21T22:42:22Z",
"created_at": "2015-04-21T22:42:22Z",
"id": 57
},
"currency_code": "NZD",
"type": "bank"
}