---
title: "Move an entry"
method: PUT
path: "/pipeline-entries/{entryId}/move"
tags: ["Pipeline entries"]
---

# Move an entry

`PUT /pipeline-entries/{entryId}/move`

Move an entry to another stage of its pipeline. `laneId` is the target stage's id from the
pipeline's `lanes`; an id that does not exist on the entry's pipeline is ignored rather than
errored. Omit `lexorank` to place the entry at the end of the target stage — it is the board
position rank and only needs to be sent for an exact drag-and-drop position. Moving to a new
stage runs the pipeline automations configured for that stage.

## Path parameters

- `entryId` string, required

## Headers

- `project` string, required

## Request body

- MovePipelineEntryDTO
  - `laneId` string — Target stage — a lane `id` from the pipeline's `lanes`.
  - `lexorank` string — Board position rank. Omit to place the entry at the end of the target stage.

## Response `200`

Ok

- object
  - `updatedAt` string, required
  - `createdAt` string, required
  - `laneChangedAt` string, date-time
  - `recordSnapshot` object
    - `subtitle` string
    - `plan` string
    - `externalId` string
    - `value` number, double
    - `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
  - `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
  - `_id` string, required

---

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