Create a Revision of PM Attachment & Link to a Project
    • 19 Jun 2024
    • 1 Minute to read
    • Dark
      Light

    Create a Revision of PM Attachment & Link to a Project

    • Dark
      Light

    Article summary

    Post
    /pm-doc-rest-api/jersey/v1/uploadDoc
    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    Body parameters
    object
    fileDetails
    string
    Example{ "PmdId":"", "PmdTitle":"Test Document", "PmdDesc1": "This is a test document", "PmdDesc2": "for project 14001", "PmdProjUuid": "A53748A3477076BFE053B08610AC40DD", "PmdTypeCode": "SPECMGMT", "PmdrComment": "RevisionNumber x ", "PmdrRcvdDate": "2023-07-25", "PmdrRevDate": "2023-07-21" }
    document-content-file
    string (binary)
    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/json
    {
      "result": "Document Uploaded Successfully",
      "pmdRevOraseq": 842843699,
      "pmdTitle": "Test Document",
      "pmdUuid": "0164DED6D2E048EAE06316821FAC3745",
      "pmdRevNum": "0",
      "pmdRevUuid": "0164DED6D2E248EAE06316821FAC3745",
      "pmdId": "842843698"
    }
    object