v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBAccountingAccounts
Update accounting account
Updates the active status, type, name, collective flag, additional info or attributes of an accounting account identified by accountingCode. Updating an accountingCode that does not match any existing account returns 200 without creating or changing anything — no 404 is raised. Sending an empty additionalInfo object leaves any previously stored metadata unchanged. Entries in attributes with an empty or missing customId or value are silently discarded.
patch/accountingaccounts/{companyId}/{accountingCode}
Path parameters
accountingCodestring required
companyIdstring required
Request body
Example request
{
"accountingName": "Bank account - Santander EUR",
"attributes": [
{
"customId": "cost-center",
"value": "Marketing",
"valueCustomId": "cc-marketing"
}
]
}Response
Successful Response
Example response
{
"accountingCode": "430001"
}