Batch Create Document Folder Structure Templates

post

/primeapi/restapi/folderTemplate/batch

Send a request to this endpoint to create one or more document folder structure templates. An application object will be created for each JSON object provided in the request body.

Request

Supported Media Types
Body ()
One or more document template objects.
Root Schema : List<ApiEntityDocumentFolderStructureTemplate>
Type: array
Title: List<ApiEntityDocumentFolderStructureTemplate>
Show Source
Nested Schema : ApiEntityDocumentFolderStructureTemplate
Type: object
Show Source

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : ApiEntityDocumentFolderStructureTemplate
Type: object
Show Source

400 Response

Invalid input for the Document Folder Structure Template service. Verify the request contains valid data, then resubmit the request.