---
title: "Invite companies to answer a questionnaire"
method: POST
path: "/api/questionnaires/{id}/requests"
tags: ["Questionnaire request"]
---

# Invite companies to answer a questionnaire

`POST /api/questionnaires/{id}/requests`

Creates one answer request per company on the given questionnaire, which must belong to the calling company and must not be a template. All-or-nothing: every company must be one the caller holds a profile for and must not already have a live request for this questionnaire on behalf of the same company, otherwise nothing is created. The first invite publishes a DRAFT questionnaire — it moves to ACTIVE. Each request inherits the questionnaire's due date, and the answering company is notified.

## Path parameters

- `id` string, required

## Request body

- object
  - `requests` object[], required
    - `forCompanyId` string, required
    - `onBehalfOfCompanyId` string, required

## Response `204`

No content

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — 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)
