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

> ## 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 Communication Type

Patch/pm-rest-api/rest/1/pmcommtype/F32E6ADB33021D08E05316821FAC0E3F

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='5e6b61cc-21b2-4379-86b8-5faeed02490a'>application/json</option>
</select>object  Example{
  "BpcommName": "This is a TEST type"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='692e389d-fa6f-4696-ba83-13138a979111'>application/json</option>
</select>

```json
{
  "BpcommCode": "Test",
  "BpcommIuCreateDate": "2023-01-26T16:47:52Z",
  "BpcommIuUpdateDate": null,
  "BpcommName": "This is a TEST type",
  "BpcommSortKey": null,
  "BpcommVUuid": "F32E6ADB33021D08E05316821FAC0E3F",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmcommtype/F32E6ADB33021D08E05316821FAC0E3F",
      "name": "pmcommtype",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmcommtype/F32E6ADB33021D08E05316821FAC0E3F",
      "name": "pmcommtype",
      "kind": "item"
    }
  ]
}
```

object
