Update a Bookkeeping Account
patch/bookkeeping_accounts/{bookkeeping_account_id}
Path parameters
bookkeeping_account_idstring required
The bookkeeping account you would like to update.
Request body
Example request
{
"name": "Deprecated Account"
}Response
Bookkeeping Account
Example response
{
"account_id": null,
"compliance_category": "customer_balance",
"entity_id": "entity_n8y8tnk2p9339ti393yi",
"id": "bookkeeping_account_e37p1f1iuocw5intf35v",
"idempotency_key": null,
"name": "John Doe Balance",
"type": "bookkeeping_account"
}