Create a New User-Defined Imaging Document
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Create a New User-Defined Imaging Document
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Post
/ecm-rest-api/jersey/v1/UploadData/createDoc
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
fileDetails
string
Example{ "srcUuid": "UUID of Imaging Source", "docTypeUuid": "UUID of Document Type", "payload": { "flysheets": [ { "FlysheetName": "Name of Flysheet", "data": [ { "fieldName": 'fieldName' } ] }, { "FlysheetName": "Name of next Flysheet", "data": [ { "fieldName": "data for flysheet, etc." } ] } ] } }
document-content-file
string (binary)
Responses
201
Successful response