Bulk Update Increment
Bulk Update Increment allows you to update multiple fields on multiple objects at once. With this endpoint multiple objects values can be set individually in bulk.
Use this endpoint to update multiple objects in one call by sending a JSON array of object keys and their new field values.
The endpoint to use is:
Passing, to the specified resource, a JSON array of entries, each containing:
key
: the primary key of the objectone or more field names with the new value to set
Example payload:
Object
77441913
will have itsfoBallast
field set to 10 and itsfoLoaded
field set to 15.CommentShare feedback on the editorObject
77443840
will have itsfoBallast
field set to 12 and itsfoLoaded
field set to 20.
The endpoint returns 204 No Content if succeeded.
Last updated
Was this helpful?