/
Update Extension Value
The following macros are not currently supported in the header:
  • style

Update Extension Value

The following endpoint can be used to update an extension value for a given object.

PUT /:object_type/:object_id/extensions/values/:extension_value_id

Where object_type and object_id describe the object you wish to get the extension values for. We currently support the following object types:

  1. Contracts
  2. Prospects
  3. Jobs
  4. Issues

Parameters

Table of allowed parameters.

value_idIntegerRequired for "lookup" and "contributor" field types
value_dateStringRequired for "date", "date_time" and "certify" field types. Note. Currently this does not support unix timestamps but YYYY-MM-DD HH:MM:SS
value_intIntegerRequired for "int" field type.
value_typeStringRequired for "lookup" field type. e.g. "Company".
valueStringRequired for all field types not handled by the other value_* fields.
_fieldspartial stringAllows you to specify optional fields and linked objects to include in the response.

Handling the response

Please see the list extension value endpoint for controlling the response.

Related content

Create extension value
Create extension value
More like this
Extensions
Extensions
More like this
List extension fields
List extension fields
More like this
Profiles
Profiles
More like this
PUT /companies/:id
PUT /companies/:id
More like this
Update Task
Update Task
More like this