---
title: "Create compliance document"
method: POST
path: "/shipping/drivers/compliance_documents/create/v1/{driver_id}"
tags: ["/shipping/drivers"]
---

# Create compliance document

`POST /shipping/drivers/compliance_documents/create/v1/{driver_id}`

Creates a compliance document record for a driver in the caller's provider organization. | authz: allowed_org_types=[provider], min_org_role=administrator | (DriverComplianceDocumentClientCreate1) -> (DriverComplianceDocument1)

## Path parameters

- `driver_id` string, required

## Request body

- DriverComplianceDocumentClientCreate1
  - `schema_version` 1, required
  - `document_type` 'drivers_license' | 'commercial_drivers_license' | 'tsa_sta' | 'iata_dangerous_goods' | 'dot_hazmat' | 'cdl_hazmat_endorsement' | 'osha_bloodborne_pathogens' | 'medical_specimen' | 'clinical_lab_specimen' | 'pathology' | 'blood_products' | 'pharmaceutical' | 'cold_chain' | 'vehicle_registration' | 'vehicle_inspection' | 'background_check' | 'mvr_check', required
  - `description` string, nullable
  - `valid_from` string, date-time, nullable
  - `valid_until` string, date-time, nullable

## Response `200`

Successful Response

- DriverComplianceDocument1
  - `schema_version` 1, required
  - `_id` string, required
  - `org_id` string, required — Must be a string starting with `org_`
  - `driver_id` string, required
  - `document_type` 'drivers_license' | 'commercial_drivers_license' | 'tsa_sta' | 'iata_dangerous_goods' | 'dot_hazmat' | 'cdl_hazmat_endorsement' | 'osha_bloodborne_pathogens' | 'medical_specimen' | 'clinical_lab_specimen' | 'pathology' | 'blood_products' | 'pharmaceutical' | 'cold_chain' | 'vehicle_registration' | 'vehicle_inspection' | 'background_check' | 'mvr_check', required
  - `description` string, nullable
  - `driver_compliance_document_s3_object_metadata_ids` string[]
  - `valid_from` string, date-time, nullable
  - `valid_until` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
