---
title: "Create a new supporting document for a practitioner"
method: POST
path: "/practitioners/{id}/supporting-documents"
tags: ["Practitioner"]
---

# Create a new supporting document for a practitioner

`POST /practitioners/{id}/supporting-documents`

Create a new supporting document for a practitioner

## Path parameters

- `id` string, required

## Headers

- `tenant-id` string

## Response `201`

Supporting documents updated successfully

- PractitionerResponse
  - `certifyId` string
  - `crosswalkId` string
  - `sourceId` string
  - `sourceUrl` string
  - `sourceType` string
  - `sourceName` string
  - `sourceDescription` string
  - `data` JsonNode
    - `empty` boolean
    - `valueNode` boolean
    - `containerNode` boolean
    - `missingNode` boolean
    - `array` boolean
    - `object` boolean
    - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
    - `pojo` boolean
    - `number` boolean
    - `integralNumber` boolean
    - `floatingPointNumber` boolean
    - `short` boolean
    - `int` boolean
    - `long` boolean
    - `float` boolean
    - `double` boolean
    - `bigDecimal` boolean
    - `bigInteger` boolean
    - `textual` boolean
    - `boolean` boolean
    - `null` boolean
    - `binary` boolean
  - `survivorId` string
  - `tenantPractitionerId` string

## Other responses

- `400` — Bad request - Invalid input, e.g., file is missing
- `401` — Unauthorized - Authentication required
- `403` — Forbidden - Insufficient permissions
- `500` — Internal server error

---

[API](https://skmtc.net/certifyos/apis/certify-api-layer.md) · [All operations](https://skmtc.net/certifyos/apis/certify-api-layer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/certifyos/certify-api-layer/versions/3d27e9019c7b/schema)
