Update a Specific PM Note
- 04 Dec 2024
- 1 Minute to read
- Print
- DarkLight
Update a Specific PM Note
- Updated on 04 Dec 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Patch
/pm-rest-api/rest/1/pmnotes/F3423E2E1C710168E05316821FAC4B06
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "PmnSrcDesc": "Test" }
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"PmnClosedFlag": "N",
"PmnComment": null,
"PmnContactCode": "SS",
"PmnContactName": "Melissa Afkari",
"PmnDate": "2023-01-27T04:47:36Z",
"PmnInternalFlag": null,
"PmnNote": null,
"PmnNum": 2,
"PmnObjCompCode": "001",
"PmnObjKey1": "0212-0004",
"PmnObjKey2": null,
"PmnObjProjCode": "201021",
"PmnObjectType": "PMRFI",
"PmnPartnCode": "001",
"PmnPartnTypeCode": "C",
"PmnSrcCode": null,
"PmnSrcDesc": "Test",
"PmnStatusCode": "OPEN",
"PmnSubject": null,
"PmnUser": "CMICUSER",
"PmnVUuid": "F3423E2E1C710168E05316821FAC4B06",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnotes/F3423E2E1C710168E05316821FAC4B06",
"name": "pmnotes",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnotes/F3423E2E1C710168E05316821FAC4B06",
"name": "pmnotes",
"kind": "item"
}
]
}
object