Update an existing record by ID.
Update a company
status and description fields on the company. All
other fields remain unchanged.Update a person
match or upsert if desired.Update a custom record
Validation mode to use when validating request data.
strict validation will fail requests if any attribute fails validation,
including unrecognized attributes.
ignore_invalid validation will strip out unknown attributes and replace
known, non-required attributes with undefined if they fail validation.
The request will still fail if the request body does not contain the proper
structure or if any required attributes fail validation.
strict, ignore_invalid Request body for updating a record.
The attribute values to update in the record.