---
title: "POST /cdm_source"
method: POST
path: "/cdm_source"
tags: ["cdm_sourceController"]
---

# POST /cdm_source

`POST /cdm_source`

## Request body

- NewcdmSource — (tsType: Omit<cdm_source, >, schemaOptions: { title: 'Newcdm_source', exclude: [] })
  - `cdm_source_name` string
  - `cdm_source_abbreviation` string
  - `cdm_holder` string
  - `source_description` string
  - `source_documentation_reference` string
  - `cdm_etl_reference` string
  - `source_release_date` string, date-time
  - `cdm_release_date` string, date-time
  - `cdm_version` string
  - `cdm_version_concept_id` number
  - `vocabulary_version` string

## Response `200`

cdm_source instance created

- CdmSource
  - `cdm_source_name` string
  - `cdm_source_abbreviation` string
  - `cdm_holder` string
  - `source_description` string
  - `source_documentation_reference` string
  - `cdm_etl_reference` string
  - `source_release_date` string, date-time
  - `cdm_release_date` string, date-time
  - `cdm_version` string
  - `cdm_version_concept_id` number
  - `vocabulary_version` string

## Changes

> 5 revisions in range; 1 could not be searched.

- **2022-12-15** `17f92620449e` — 1 info
  - endpoint added
- **2022-11-28** `8517ac9eef50` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ohdsi/apis/data-connection/changes/cdm_source/post.md)

---

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