Update Single Record
Last updated
Last updated
A record can be updated using , it takes a record id to update and a mapping of updated fields to values similar to .
PUT /restapi/1.0/object/{object_name}/{id}?vals={fields_and_values_to_update}
Request:
JSON Response:
XML Response:
Query Parameters:
vals –
Request Headers
Response Headers
Status Codes
fields to update and the value to set on them:: {'field_name': field_value, ...}
see for details.
– the response content type depends on Accept header
– The OAuth protocol parameters to authenticate.
– this depends on Accept header of the request
– no error
– there’s no resource
– authentication failed
– if any error raise