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

# POST /coaching/coachingSession/state

`POST /coaching/coachingSession/state`

## Request body

- CoachingBllDtoCoachingSessionState
  - `id` integer
  - `isDeleted` boolean
  - `sessionId` integer
  - `name` string, nullable
  - `answerKey` string, uuid
  - `completedDate` string, date-time, nullable
  - `files` CoachingBllDtoCoachingSessionAttachment[], nullable
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean
    - `isEditable` boolean
  - `assignees` CoachingBllDtoCoachingSessionAssignee[], nullable
    - `id` string, uuid
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean
    - `isEditable` boolean
  - `pairings` CoachingBllDtoCoachingSessionPairing[], nullable
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean
    - `assigneeId` string, uuid
    - `answerId` string, uuid
    - `isHistoricalPairing` boolean
  - `tools` CoachingBllDtoCoachingSessionTool[], nullable
    - `id` integer
    - `name` string, nullable
    - `isDeleted` boolean
    - `isDisabled` boolean
    - `user` AtlantisCommonIdNameDto1SystemGuid
      - `id` string, uuid
      - `name` string, nullable
      - `isDeleted` boolean
      - `isDisabled` boolean
    - `sequence` integer
    - `isEditable` 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)
