Batch Update Document Folder Structure Templates
put
/api/restapi/folderTemplate/batch
Send a request to this endpoint to update one or more document folder structure templates. For each JSON object provided in the request body, an application object with a matching ID value will be updated to reflect the JSON contents.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : List<ApiEntityDocumentFolderStructureTemplateInput>
Type:
array
Title:
Show Source
List<ApiEntityDocumentFolderStructureTemplateInput>
-
Array of:
object ApiEntityDocumentFolderStructureTemplateInput
Title:
ApiEntityDocumentFolderStructureTemplateInput
This entity represents a DocumentFolderStructureTemplate object, a unique DocumentFolderStructureTemplate object can be identified by the following combinations of the fields.- documentFolderStructureTemplateId
- templateName,workspaceId
- templateName,workspaceCode
Nested Schema : ApiEntityDocumentFolderStructureTemplateInput
Type:
object
Title:
ApiEntityDocumentFolderStructureTemplateInput
This entity represents a DocumentFolderStructureTemplate object, a unique DocumentFolderStructureTemplate object can be identified by the following combinations of the fields.
Show Source
- documentFolderStructureTemplateId
- templateName,workspaceId
- templateName,workspaceCode
-
documentFolderStructureTemplateId: integer
(int64)
The system-generated identifier of a document folder structure template. This value should not be provided in create operation request data, however, it is required for update requests.
-
templateName(required): string
Maximum Length:
255
The name of the document template. -
workspaceCode: string
Minimum Length:
0
Maximum Length:60
The user-specified identifier of a workspace. -
workspaceId(required): integer
(int64)
The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Examples
Back to Top
Response
200 Response
A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://[host]:[port]/api/restapi/[object]/1","2":"https://[host]:[port]/api/restapi/[object]/2"}}
400 Response
Invalid input for the Document Folder Structure Template service. Verify the request contains valid data, then resubmit the request.