---
title: "Set the due date on answer requests"
method: PATCH
path: "/api/questionnaires/{id}/requests/due-date"
tags: ["Questionnaire request"]
---

# Set the due date on answer requests

`PATCH /api/questionnaires/{id}/requests/due-date`

Moves the deadline on a batch of answer requests. The questionnaire must belong to the calling company, and every id must be one of its answer requests — otherwise nothing is changed. Requests that are already completed are accepted and skipped, so a batch containing only completed requests succeeds without changing anything. Each answering company whose request moved receives an in-app notification and an email. Re-dating a large questionnaire fans out one message per affected request.

## Path parameters

- `id` string, required

## Request body

- object
  - `requestIds` string[], required
  - `dueDate` string, date, required

## Response `204`

No content

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

---

[API](https://skmtc.net/retraced/apis/api-reference.md) · [All operations](https://skmtc.net/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/60d6c901bc4e/schema)
