Upload multiple files

post

/documentManagement/v1/{documentManagementSystemId}/documents/uploadMultiple

This operation uploads multiple files (a min of 1 file and a max of 5 per request) to the DMS/CMS.

Request

Path Parameters
Supported Media Types
Request Body - multipart/form-data ()
Root Schema : schema
Type: object
Additional Properties Allowed: true
Show Source
Nested Schema : folderData
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Document uploaded successfully
Body ()
Root Schema : UploadMultipleResponse
Type: array
Show Source
Nested Schema : DocumentUploadResponseBody
Type: object
Show Source

400 Response

Request validation failed
Body ()
Root Schema : Error
Type: object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source

401 Response

Authorization failure. The authorization header is invalid or missing
Body ()
Root Schema : Error
Type: object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source

403 Response

Operation is not permitted based on the supplied authorization.
Body ()
Root Schema : Error
Type: object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source
Back to Top