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

# /claim/intake/submit

`POST /claim/intake/submit`

Use this endpoint to submit the claim to be finalized and documentation passed back to the requester.



> 📘 Note
>
> When intaking a case, the final step of the process is the `/claim/intake/submit` endpoint. The only endpoint that can be called immediately after submission is the `/claim/intake/retrieveConfirmation` endpoint. The submission queues up the case for initial automation and there is a slight delay (usually seconds) between submission and when the case is available to perform interaction endpoints. If you intend to perform more activity on the case during the intake process it should be done before the `/claim/intake/submit` endpoint.

Prerequisite API:
- `/claim/intake/addQuestionnaire`

## Request body

- object
  - `CorrespondenceDetails` object
    - `SelectedChannel` 'Email' | 'Mail' | 'Manual' | 'Secure' — The default customer correspondence channel
    - `EmailAddress` string — Customer email address
    - `Address` object
      - `Line1` string — Mailing address line 1
      - `Line2` string — Mailing address line 2
      - `Line3` string — Mailing address line 3
      - `City` string — Mailing address City
      - `State` string — Mailing address 2 character State code
      - `Zip` string — Mailing address zip code (5 digits or 5-4 digites)
      - `Country` string — Mailing address Country code
  - `Questionnaire` object — 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 claim submission 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 claim submission request
- `500` — Error claim submission 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)
