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

``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

Updated 3 months ago