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

> ## 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 Notice

Patch/pm-rest-api/rest/1/pmnotice/F3423E2E1C790168E05316821FAC4B06

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='16f07fd5-ca32-4322-ab3d-53486f00c0e8'>application/json</option>
</select>object  Example{
  "PmntcNotes": "This is a test"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='f0bba1cd-4f9d-4761-b63f-21db8f7999c7'>application/json</option>
</select>

```json
{
  "PmntcClvValueCode1": null,
  "PmntcClvValueCode2": null,
  "PmntcClvValueCode3": null,
  "PmntcClvValueCode4": null,
  "PmntcClvValueCode5": null,
  "PmntcClvValueCode6": null,
  "PmntcCmCode": null,
  "PmntcCompCode": "001",
  "PmntcFollowupDate": null,
  "PmntcFollowupDueDate": null,
  "PmntcFollowupNotes": null,
  "PmntcFollowupRequiredFlag": "N",
  "PmntcFromContactCode": null,
  "PmntcFromPartnCode": null,
  "PmntcFromPartnTypeCode": null,
  "PmntcIuCreateDate": "2023-01-27T17:26:53Z",
  "PmntcIuUpdateDate": "2023-01-27T17:27:47Z",
  "PmntcNotes": "This is a test",
  "PmntcNoticeDate": null,
  "PmntcNoticeId": "NTC00003",
  "PmntcNoticeStatusCode": null,
  "PmntcProjCode": "16-001",
  "PmntcRecordStatus": "SUBMITTED",
  "PmntcReference": null,
  "PmntcSubject": null,
  "PmntcToContactCode": null,
  "PmntcToPartnCode": null,
  "PmntcToPartnTypeCode": null,
  "PmntcVUuid": "F3423E2E1C790168E05316821FAC4B06",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnotice/F3423E2E1C790168E05316821FAC4B06",
      "name": "pmnotice",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnotice/F3423E2E1C790168E05316821FAC4B06",
      "name": "pmnotice",
      "kind": "item"
    }
  ]
}
```

object
