---
title: "Update a Specific PM Punchlist Status"
slug: "update-a-specific-pm-punchlist-status"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-pm-punchlist-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 Punchlist Status

Patch/pm-rest-api/rest/1/pmpunchliststatus/F344FFFFB11C4598E05316821FAC1924

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='ecabadb1-18e6-45ee-8dd3-1ded6f81e355'>application/json</option>
</select>object  Example{
  "PmplsStatusName": "Please ignore, this is a test"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='2522d0be-644a-41bf-ac4f-eb457d13d61c'>application/json</option>
</select>

```json
{
  "PmplsIuCreateDate": "2023-01-27T21:39:14Z",
  "PmplsIuUpdateDate": null,
  "PmplsStatusClassCode": "T",
  "PmplsStatusCode": "TEST",
  "PmplsStatusName": "Please ignore, this is a test",
  "PmplsVUuid": "F344FFFFB11C4598E05316821FAC1924",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmpunchliststatus/F344FFFFB11C4598E05316821FAC1924",
      "name": "pmpunchliststatus",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmpunchliststatus/F344FFFFB11C4598E05316821FAC1924",
      "name": "pmpunchliststatus",
      "kind": "item"
    }
  ]
}
```

object
