---
title: "Create a PM Meeting Attendee"
slug: "create-a-pm-meeting-attendee"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-pm-meeting-attendee"
---

> ## 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 Meeting Attendee

Post/pm-rest-api/rest/1/pmmeetingattnd

## Create PM Meeting Attendees

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='e23b7d75-488f-48f1-b4f5-ce4c745efb2c'>application/json</option>
</select>object  Example{
  "PmmaBpCode": "HIKUU",
  "PmmaBpType": "C",
  "PmmaContactCode": "BG",
  "PmmaCcOnlyFlag": "N",
  "PmmaAbsentFlag": "N",
  "PmmVUuid": "BDAEBA99169B30F7E05316821FACFFB1",
  "PmmaVUuid": ""
}PmmaBpCodestring    Required

Mustbe a valid Project Partner Code in CMIC. Either a Business partner code or company code. (PMPROJPARTNER)

Max length8
PmmaVUuidstring    Required

Unique ID

Max length64
PmmaContactCodestring    Required

Must be a valid Project Contact Code. (PMPROJCONTACT)

Max length16
PmmaAbsentFlagstring    Required

Absent Flag. ‘Y’ or ‘N’.

Max length1
PmmaCcOnlyFlagstring    Required

CC Only Flag. ‘Y’ or ‘N’.

Max length1
PmmaBpTypestring    Required

EitherP - (Business Partner) or C - (Company)

Max length1
PmmaMinutesSentLastDatestring    
PmmaNotesstring    

Attendee Notes

Max length1000

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='f0464ddd-18fb-40d9-ad81-250259f7ce0e'>application/json</option>
</select>

```json
{
  "PmmaAbsentFlag": "N",
  "PmmaBpCode": "HIKUU",
  "PmmaBpType": "C",
  "PmmaCcOnlyFlag": "N",
  "PmmaContactCode": "BG",
  "PmmaMinutesSentLastDate": null,
  "PmmaNotes": null,
  "PmmaVUuid": "F33F0EFCD95124B0E05316821FAC81B7",
  "PmmVUuid": "BDAEBA99169B30F7E05316821FACFFB1",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingattnd/F33F0EFCD95124B0E05316821FAC81B7",
      "name": "pmmeetingattnd",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingattnd/F33F0EFCD95124B0E05316821FAC81B7",
      "name": "pmmeetingattnd",
      "kind": "item"
    }
  ]
}
```

object
