Skip to main content
Celoxis API v2
LiveUpdated 2 Sep 2026

Common operations

Updating Records

Update one or several records by sending only the properties that need to change.

Update one record

PATCH/api/v2/{entity}Update one or several records

Include id and only the properties that need to change.

Update several records

Send a JSON array to update several records in one request. Each object must contain its id.

The response contains the updated record in data. Batch requests return an array of updated records.