Post PCI
- 04 Jul 2025
- 1 Minute to read
- Print
- DarkLight
Post PCI
- Updated on 04 Jul 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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