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