---
title: "POST /concept_class"
method: POST
path: "/concept_class"
tags: ["concept_classController"]
---

# POST /concept_class

`POST /concept_class`

## Request body

- NewconceptClass — (tsType: Omit<concept_class, >, schemaOptions: { title: 'Newconcept_class', exclude: [] })
  - `concept_class_id` string
  - `concept_class_name` string
  - `concept_class_concept_id` number

## Response `200`

concept_class instance created

- ConceptClass
  - `concept_class_id` string
  - `concept_class_name` string
  - `concept_class_concept_id` number

---

[API](https://skmtc.net/ohdsi/apis/data-connection.md) · [All operations](https://skmtc.net/ohdsi/apis/data-connection/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ohdsi/data-connection/revisions/b5ead99a1d44/schema)
