---
title: "POST /coaching/user/save-training-proficiency"
method: POST
path: "/coaching/user/save-training-proficiency"
tags: ["User"]
---

# POST /coaching/user/save-training-proficiency

`POST /coaching/user/save-training-proficiency`

## Request body

- CoachingBllDtoTrainingProficiency
  - `id` integer
  - `isDeleted` boolean
  - `certificationTrainings` CoachingBllDtoCertificationTraining[], nullable
    - `id` integer
    - `isDeleted` boolean
    - `name` string, nullable
    - `date` string, date-time, nullable
    - `userPracticeCertificationId` integer
  - `certificationProficiencies` CoachingBllDtoCertificationProficiency[], nullable
    - `id` integer
    - `isDeleted` boolean
    - `name` string, nullable
    - `date` string, date-time, nullable
    - `userPracticeCertificationId` integer

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