---
title: "Create a PM Communication Type"
slug: "create-a-pm-communication-type"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-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.

# Create a PM Communication Type

Post/pm-rest-api/rest/1/pmcommtype

## Create Communication Types

UI Location:

### 

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='33fc0581-27f7-457a-80a8-6bb51b633c03'>application/json</option>
</select>object  Example{
  "BpcommCode": "TEST",
  "BpcommVUuid": ""
}BpcommVUuidstring    Required

uuid column for uk on json webservices

Max length64
BpcommCodestring    Required

Communication Type Code

Max length5
BpcommIuCreateDatestring    

Create Date

BpcommNamestring    

Communicaton Type Name

Max length30
BpcommIuUpdateDatestring    

Update Date

BpcommSortKeynumber    

Determine The Sort Order In The Drop Down List Of The Communications Program

Max length4

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='3fe8651b-25b9-4797-93a1-d304abd37b84'>application/json</option>
</select>

```json
{
  "BpcommCode": "Test",
  "BpcommIuCreateDate": null,
  "BpcommIuUpdateDate": null,
  "BpcommName": null,
  "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
