Create one or multiple documentTypes simplified
| 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
requiredcategory
string
enum
required
customIdentity DocumentsMedical & HealthInsurance & ComplianceEmployment & AdministrativeTraining & CertificationsVehicle & TransportationProfessional Licencesdescription
string
requiredfields
array of objects
requiredfields*
- 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-timecreatedBy
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-timeupdatedBy
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
201500