---
title: "Submit coverage selections for an enrolment intent"
method: POST
path: "/enrolment_intents/{enrolment_intent_id}/coverage-selections"
tags: ["Enrolment Intents"]
---

# Submit coverage selections for an enrolment intent

`POST /enrolment_intents/{enrolment_intent_id}/coverage-selections`

Submits plan coverage option selections for an enrolment intent in the `coverage_options_required` status.

## Path parameters

- `enrolment_intent_id` string, required

## Headers

- `X-Platform-Id` string

## Request body

- SubmitCoverageSelectionsRequest
  - `coverage_selections` PlanCoverageOptionSelectionRequest[], required — Coverage option selections for policy-scoped configurations.
    - `configuration_id` string, required — Configuration ID (prefixed with `pc_`).
    - `options` SelectedOptionRequest[], required — Selected options with optional sub-options.
      - `option_id` string, required — Option ID (prefixed with `pco_`).
      - `sub_options` SelectedOptionRequest[], nullable — Sub-option selections, if applicable.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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