---
title: "Update a Specific PM Note"
slug: "update-a-specific-pm-note"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-pm-note"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a Specific PM Note

Patch/pm-rest-api/rest/1/pmnotes/F3423E2E1C710168E05316821FAC4B06

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='845dc12c-e696-4bb2-a61c-f0ca96df8dd3'>application/json</option>
</select>object  Example{
  "PmnSrcDesc": "Test"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='fd493cf8-c8d8-4879-9051-3b87489daa7c'>application/json</option>
</select>

```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
