The following macros are not currently supported in the header:
- style
Create profile value
UNDER DEVELOPMENT
The following endpoint can be used to create a profile value for a given object.
POST /:object_type/:object_id/profiles/fields/:profile_field_id
Where object_type
 and object_id describe the object you wish to get the profile values for.  The profile_field_id can be retrieved by using GET /:object_type/profiles/fields endpoint. We currently support the following object types:
Parameters
Table of allowed parameters.
value_id | Integer | Integer value used for type "lookup". |
---|---|---|
value_date | String | Required for "date" and "date_time" field types. Note. Currently this does not support unix timestamps but YYYY-MM-DD HH:MM:SS |
value_type | String | Required for type "lookup". e.g "company" or "contract". |
value_int | Integer | Required for type "integer" |
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 profile value endpoint for controlling the response.