v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBAccountingEntries
Update accounting entries in bulk
Updates one or more fields of several accounting entries, identified by customId, following the same rules as the single-entry update endpoint — including the description reset-when-omitted behavior. Entries whose customId does not match any existing entry are silently skipped; the call still returns 200 for the whole batch.
patch/accountingentries/{companyId}
Path parameters
companyIdstring required
Request body
Example request
{
"data": [
{
"accountingCode": "4300001",
"counterpartAccountingCode": "5720001",
"accountingName": "Trade debtors",
"assetAmount": 1250.5,
"accountingAssetAmount": 1250.5,
"contactCustomId": "contact-001",
"exchangeRate": 1,
"description": "Invoice #2024-001 posting",
"date": "2024-01-15T00:00:00Z",
"attributes": [
{
"customId": "cost-center",
"value": "Marketing",
"valueCustomId": "marketing"
}
],
"customId": "erp-entry-2024-001"
}
]
}Response
Successful Response