v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBFinance > Account
Updates an Account
Update a ledger account.
put/api/2026-07-01/resources/finance/accounts/{id}
Path parameters
idstring required
Unique identifier in factorial for the ledger account
Request body
Example request
{
"id": "1",
"name": "Bank Account",
"number": "1000",
"type": "bank",
"currency": "EUR",
"legal_entity_id": "11",
"external_id": "ext_123"
}Response
OK
Example response
{
"id": "1",
"name": "Bank Account",
"legal_entity_id": "11",
"number": "1000",
"type": "bank",
"external_id": "ext_123",
"updated_at": "2021-01-01T00:00:00.000Z"
}