---
title: "/claim/intake/addQuestionnaire"
method: POST
path: "/claim/intake/addQuestionnaire"
tags: ["Intake"]
---

# /claim/intake/addQuestionnaire

`POST /claim/intake/addQuestionnaire`

Use this endpoint to submit user answers to the detailed questionnaire.

Prerequisite API call:
- `/claim/intake/retrieveQuestionnaire`

## Request body

- object
  - `Questionnaire` object, required — Questionnaire to submit
    - `QuestionList` object[] — A list of answers to submit
      - `Identifier` string — Question identifier
      - `AnswerValue` string — User's Answer to this question

## Response `200`

Successful add questionnaire request

- object
  - `StatusList` object[]
    - `Type` 'Error' | 'Success' — Status of the request
    - `Message` string — Message about the status
    - `Code` string — Numeric code for the status
  - `rtoken` string, nullable — A system-generated ID used for tracking
  - `StatusCode` integer, nullable — The HTTP response status code

## Other responses

- `400` — Error add questionnaire request
- `500` — Error add questionnaire request

---

[API](https://skmtc.net/galileo-ft/apis/program-api.md) · [All operations](https://skmtc.net/galileo-ft/apis/program-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/galileo-ft/program-api/versions/bcd728f97a18/schema)
