---
title: "Update record values through an entry"
method: PUT
path: "/pipeline-entries/{entryId}/record-values"
tags: ["Pipeline entries"]
---

# Update record values through an entry

`PUT /pipeline-entries/{entryId}/record-values`

Update the company or contact behind an entry through the pipeline's RECORD fields. Keys are
the `fieldId`s 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.

## Path parameters

- `entryId` string, required

## Headers

- `project` string, required

## Request body

- UpdateEntryRecordValuesDTO
  - `values` unknown

## Response `200`

Ok

- object
  - `updatedAt` string, required
  - `createdAt` string, required
  - `laneChangedAt` string, date-time
  - `recordSnapshot` object
    - `subtitle` string
    - `externalId` string
    - `name` string
  - `laneId` string
  - `dueDate` string, date-time
  - `lexorank` string
  - `createdBy` object
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `recordId` object, required
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `recordType` 'COMPANY' | 'CONTACT', required — What a pipeline holds. Persisted values — never rename a member, only add.
  - `pipeline` object, required
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `project` object, required
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `values` unknown, required
  - `recordValues` RecordStringAny — Construct a type with a set of properties K of type T
  - `_id` string, required

## Changes

- **2026-09-03** `490b7d6391f3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleap/apis/gleap-server/changes/pipeline-entries/:entryId/record-values/put.md)

---

[API](https://skmtc.dev/gleap/apis/gleap-server.md) · [All operations](https://skmtc.dev/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gleap/gleap-server/revisions/2d993d0c8a6e/schema)
