v1
latestOpenAPI 3.0.12026-07-141671231.8 MBLedger Accounts
Update a ledger account
Update a ledger account
ℹ️ This endpoint requires the following scope: ledger_accounts:all
put/api/external/v2/ledger_accounts/{id}
Path parameters
idinteger required
Example:234
Ledger Account ID
Request body
Example request
{
"label": "Capital",
"letterable": true
}Response
Returns the updated ledger account
Example response
{
"id": 124,
"number": "512",
"label": "Secondary Account",
"vat_rate": "any",
"country_alpha2": "FR",
"enabled": true,
"type": "custom",
"created_at": "2023-08-30T10:08:08.146343Z",
"updated_at": "2023-08-30T10:08:08.146343Z"
}