Create a New User-Defined Imaging Document
    • 19 Jun 2024
    • 1 Minute to read
    • Dark
      Light

    Create a New User-Defined Imaging Document

    • Dark
      Light

    Article summary

    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