---
title: "Set an entry's due date"
method: PUT
path: "/pipeline-entries/{entryId}/due-date"
tags: ["Pipeline entries"]
---

# Set an entry's due date

`PUT /pipeline-entries/{entryId}/due-date`

Set or clear the entry's due date — when the next step on it is due. Send an ISO date
string to set it, or `null` to clear it. The board shows it on the card and turns the card
red once the date has passed; the table can sort by it.

## Path parameters

- `entryId` string, required

## Headers

- `project` string, required

## Request body

- SetEntryDueDateDTO
  - `dueDate` string, nullable — When the next step on this entry is due, as an ISO date string. `null` (or an empty string) clears it. Typed as a string rather than a Date so that clearing is expressible: TSOA would reject `null` for a `Date` field, and the service parses it either way.

## 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)
