POST /api-web/dms/objects
As of Version | product version 2020 Autumn | component version | ||||||
---|---|---|---|---|---|---|---|
Request Method | POST | ||||||
Response Format | JSON | ||||||
Description | Creates a DMS object with the data passed in the multipart request body including the metadata in JSON structure and optionally a binary content file. The metadata of the created object are returned in the response body. Response HTTP status codes:
| ||||||
Response Example |
{ "objects": [ { "properties": { "system:objectId": { "value": "4711-44321-666777888" }, "subject": { "value": "Sie sind der Doc, Doc." } } } ], "numItems": 0, "hasMoreItems": true, "totalNumItems": 0 } |