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

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

Patch/pm-rest-api/rest/1/pmnoticestatus/F34293D3F259732FE05316821FAC2B61

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='047e0752-b5a4-49e5-ac8a-064dfda5fae2'>application/json</option>
</select>object  Example{
  "PmnsStatusName": "Test Entry"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='6873d263-abb7-4288-a290-72c49904c3a9'>application/json</option>
</select>

```json
{
  "PmnsIuCreateDate": "2023-01-27T17:41:44Z",
  "PmnsIuUpdateDate": null,
  "PmnsStatusClassCode": "T",
  "PmnsStatusCode": "T",
  "PmnsStatusName": "Test Entry",
  "PmnsVUuid": "F34293D3F259732FE05316821FAC2B61",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnoticestatus/F34293D3F259732FE05316821FAC2B61",
      "name": "pmnoticestatus",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnoticestatus/F34293D3F259732FE05316821FAC2B61",
      "name": "pmnoticestatus",
      "kind": "item"
    }
  ]
}
```

object
