---
title: "POST /coaching/coachingSession"
method: POST
path: "/coaching/coachingSession"
tags: ["CoachingSession"]
---

# POST /coaching/coachingSession

`POST /coaching/coachingSession`

## Request body

- CoachingBllDtoCoachingSession
  - `id` integer
  - `isDeleted` boolean
  - `name` string, nullable
  - `date` string, date-time
  - `practiceId` integer
  - `type` integer
  - `frontlineStaff` string, nullable
  - `description` string, nullable
  - `state` string, nullable
  - `organization` AtlantisCommonIdNameDto1SystemInt32
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean
  - `site` AtlantisCommonIdNameDto1SystemInt32
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean
  - `practicePhase` AtlantisCommonIdNameDto1SystemInt32
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean
  - `nationalCoach` AtlantisCommonIdNameDto1SystemInt32
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean
  - `localCoach` AtlantisCommonIdNameDto1SystemInt32
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean
  - `supervisor` AtlantisCommonIdNameDto1SystemInt32
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean
  - `createdBy` string, nullable

## 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)
