Pipeline entries

Update record values through an entry

Update the company or contact behind an entry through the pipeline's RECORD fields. Keys are the fieldIds of fields with source: 'RECORD' (see GET /pipelines/{pipelineId}/properties); the value is written to the record itself, so every pipeline showing that attribute — and the record's own page — reflect it. null clears the attribute. A key that is not a writable record field of this pipeline is rejected with 400.

put/pipeline-entries/{entryId}/record-values

Path parameters

entryIdstring required

Headers

projectstring required

Request body

{"stackTrail":"components:schemas:UpdateEntryRecordValuesDTO:properties:values","oasType":"schema","type":"unknown","description":"Values for the pipeline's RECORD fields, keyed by `fieldId` (see\nGET /pipelines/{pipelineId}/properties, `source: 'RECORD'`). Written through to the entry's\ncompany or contact; `null` clears the attribute. Primitive values only."}

Response

Ok

updatedAtstring required
createdAtstring required
laneChangedAtstring date-time
laneIdstring
dueDatestring date-time
lexorankstring
recordType'COMPANY' | 'CONTACT' required

What a pipeline holds. Persisted values — never rename a member, only add.

{"stackTrail":"paths:/pipeline-entries/{entryId}/record-values:put:responses:200:content:application/json:schema:allOf:properties:values","oasType":"schema","type":"unknown"}
recordValuesRecordStringAny

Construct a type with a set of properties K of type T

_idstring required

Changes

Changed in 1 of the 21 revisions of this API.1