---
title: "POST /coaching/practice"
method: POST
path: "/coaching/practice"
tags: ["Practice"]
---

# POST /coaching/practice

`POST /coaching/practice`

## Request body

- CoachingBllDtoPractice
  - `id` integer
  - `isDeleted` boolean
  - `name` string, required
  - `startDate` string, date-time, required
  - `endDate` string, date-time, nullable
  - `administrators` string, nullable
  - `selectedEmailTemplates` integer[], nullable
  - `practicePhases` AtlantisCommonIdNameDto1SystemInt32[], nullable
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean

## Response `200`

Success

---

[API](https://skmtc.dev/qualo/apis/qualo-api.md) · [All operations](https://skmtc.dev/qualo/apis/qualo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qualo/qualo-api/revisions/af4abb5cc969/schema)
