Update a Specific PM Note
  • 27 Feb 2025
  • 1 Minute to read
  • Dark
    Light

Update a Specific PM Note

  • Dark
    Light

Article summary

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-27T16: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