latestOpenAPI 3.0.02026-08-21308337618.8 KB

93af2e90fb6a

Pipeline entries

Set an entry's 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.

put/pipeline-entries/{entryId}/due-date

Path parameters

entryIdstring required

Headers

projectstring required

Request body

dueDatestring 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

Ok

updatedAtstring required
createdAtstring required
laneChangedAtstring date-time
laneIdstring
dueDatestring date-time
lexorankstring
recordType'COMPANY' | 'CONTACT' required
{"stackTrail":"paths:/pipeline-entries/{entryId}/due-date:put:responses:200:content:application/json:schema:allOf:properties:values","oasType":"schema","type":"unknown"}
_idstring required