Update custom object records as per the criteria

Validates the custom object record details and updates multiple records that satisfy the given criteria.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Name of the custom object in which the record is to be updated. It can only contain alphanumeric characters and underscores, and must have "_c" in the suffix.

For example: CustomObject_c.

Query Params
boolean

Set to true to get the payload in response.

Note: Default value set to false.

boolean
string
Body Params

Criteria-based request for bulk updating records.

Criteria based request for bulk updating records.

string | null

Object from which the records need to be updated.

ValuesToUpdate
object | null

Tha values which needs to be updated For example: Name = "Mark"

string | null

Update criteria for the Records. For example: IsActive = 'true'.

Note: The criteria field (in this case, IsActive) should be indexed.

int32 | null

The page number of the result set to view.

int32 | null

The number of records to display on each page.

Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

OK

400

Bad Request

403

Forbidden

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json