---
title: "POST /exam-templates"
method: POST
path: "/exam-templates"
tags: ["ExamTemplates"]
---

# POST /exam-templates

`POST /exam-templates`

## Request body

- CreateExamTemplateRequest
  - `name` string, required
  - `description` string, nullable
  - `schema` string, required
  - `isActive` boolean
  - `customAttributes` string, nullable

## Response `200`

OK

- ExamTemplateDto — Provider-built exam template that replaces the default 7-system anatomical view in the chronicle exam tab. Schema mirrors the questionnaire schema shape so the same form-builder UI can edit both.
  - `id` string
  - `name` string
  - `description` string, nullable
  - `schema` string
  - `version` union
    - integer
    - string, int32
  - `isActive` boolean
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `customAttributes` string, nullable

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/versions/a905bde4e796/schema)
