Skip to main content
POST
Create a Compliance Document Type

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Path Parameters

company-id
string<uuid>
required

Company ID

Body

application/json
name
string
required

Display name, must be unique for the company

external_id
string

External identifier for integration with external systems

description
string

Optional description

field_type
enum<string>
default:none
Available options:
none,
string,
number,
date,
boolean
has_expiration
boolean
default:false
dispatch_gating
boolean
default:false
required_vendors
boolean
default:false
required_internal_drivers
boolean
default:false
required_shared_drivers
boolean
default:false
required_equipment
boolean
default:false

Response

Created

data
ComplianceDocumentType-Read · object
required