| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### documentTypeDtoInputSimplifiedarray

- **uuid**  
  string  
  `^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$`

- **companyUuid**  
  string  
  `^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$`

- **name**  
  string  
  required

- **category**  
  string  
  enum  
  required  
  customIdentity DocumentsMedical & HealthInsurance & ComplianceEmployment & AdministrativeTraining & CertificationsVehicle & TransportationProfessional Licences

- **description**  
  string  
  required

- **fields**  
  array of objects  
  required

- **fields***  
  - **ADD object**  
  - **startDateFieldUuid**  
    string \| null  
    `^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$`  
  - **forceExpirationUnits**  
    string  
    enum  
    daysmonthsyears  
    Allowed:  
    `days``months``years`  
  - **doubleSidedEnabled**  
    boolean  
    truefalse  
  - **autoRejectionConfig**  
    object  
    autoRejectionConfigobject  
  - **useProxyImage**  
    boolean  
    truefalse  
  - **acceptedFileTypes**  
    array of strings  
    acceptedFileTypes  
    Allowed:  
    `pdf``png``jpg`  
  - **ADD string**

- **createdAt**  
  date-time

- **createdBy**  
  string  
  `^(00000000-0000-0000-0000-000000000000|[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})$`

- **updatedAt**  
  date-time

- **updatedBy**  
  string  
  `^(00000000-0000-0000-0000-000000000000|[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})$`

# ``201      One or many documentTypes documents created.

# ``500      default error response

### Updated 3 months ago

* * *

### ShellNodeRubyPHPPython

```
xxxxxxxxxx

curl --request POST \
     --url https://services.fountain.com/api/servicecompliancev2/ai/documentTypes \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "category": "custom"
}
'
```

### application/json

``201``500

### Updated 3 months ago

* * *
