---
title: "updates a practitioner user"
method: POST
path: "/practitioners/{barNumber}/documents"
tags: ["practitioners"]
---

# updates a practitioner user

`POST /practitioners/{barNumber}/documents`

updates a practitioner user.

## Request body

- object
  - `categoryName` string, required
  - `categoryType` string, required
  - `description` string
  - `fileName` string, required
  - `location` string
  - `practitionerDocumentFileId` string, required

## Response `200`

200 response

- PractitionerDocument — a user object
  - `categoryName` string — the name of the document category type, appended with location if applicable
  - `categoryType` string — the type of document category
  - `description` string — a description of the uploaded document
  - `location` string — the location where the Cerificate of Good Standing was issued, if Certificate of G.S. was selected
  - `fileName` string — the file name of the document
  - `practitionerDocumentFileId` string — the auto-generated ID of the uploaded file
  - `uploadDate` string — date when the document was uploaded

## Changes

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

- **2022-11-01** `39c800e2d46a` — 1 info
  - endpoint added
- **2022-10-21** `86723d511897` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ustaxcourt/apis/dev-ef-cms/changes/practitioners/:barNumber/documents/post.md)

---

[API](https://skmtc.dev/ustaxcourt/apis/dev-ef-cms.md) · [All operations](https://skmtc.dev/ustaxcourt/apis/dev-ef-cms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ustaxcourt/dev-ef-cms/revisions/d53330c6d43f/schema)
