Post PCI
    • 04 Jul 2025
    • 1 Minute to read
    • Dark
      Light

    Post PCI

    • Dark
      Light

    Article summary

    Post
    /cm-rest-api/rest/1/postcm

    Post Potential Change Items

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.action+json
    Body parameters
    object
    Example{ "name": "postCm", "parameters": [ { "compCode": "ZZ" }, { "jobCode": "ROVER12C" }, { "chgCode": "INT00001" }, { "postDate": "2024-12-12" } ] }
    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.actionresult+json
    example-0

    Successful Response

    {
      "result": "SUCCESS"
    }
    example-1

    Unsuccessful Response

    {
      "result": "Change order is not approved, it cannot be posted. (COMP, JOB, CHG): (ZZ, ROVER12C, EXT4486). Approved flag = N, PCI status = PENDING"
    }
    object