Status | ||||
---|---|---|---|---|
|
The following endpoint can be used to create an extension value for a given object.
...
Table of allowed parameters.
value_id | Integer | Required for "lookup" and "contributor" field types |
---|---|---|
value_date | String | Required for "date", "date_time" and "certify" field types. Note. Currently this does not support unix timestamps but YYYY-MM-DD HH:MM:SS |
value_int | Integer | Required for "int" field type. |
value_type | String | Required for "lookup" field type. e.g. "Company". |
value | String | Required for all field types not handled by the other value_* fields. |
_fields | partial string | Allows 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.