Create one or multiple documentTypes

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Document Type DTO Input

Fields Definition

Fields Array Structure

Example

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

### Responses
- **201**  
  One or many document types documents created.
- **500**  
  Default error response.

Updated 3 months ago.