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

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

Patch/pm-rest-api/rest/1/pmmeeting/F33F0EFCD94C24B0E05316821FAC81B7

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='06526703-914a-4ae0-afb1-4a3e172c9b90'>application/json</option>
</select>object  Example{
  "PmmPurpose": "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='b23bb0dc-7f1e-4acf-93e5-e718338b181d'>application/json</option>
</select>

```json
{
  "PmmComments": null,
  "PmmCompCode": "001",
  "PmmContactCode": "SS",
  "PmmDate": "2023-01-27T15:28:58Z",
  "PmmEndDate": "2023-01-27T15:28:58Z",
  "PmmEnteredByUser": "CMICUSER",
  "PmmIuCreateDate": "2023-01-27T15:28:58Z",
  "PmmIuUpdateDate": null,
  "PmmLocation": null,
  "PmmMeetingId": "15-08-0902",
  "PmmMinutesFootnote": null,
  "PmmMinutesSentLastDate": null,
  "PmmNextComments": null,
  "PmmNextDate": null,
  "PmmNextItemNum": null,
  "PmmNextLocation": null,
  "PmmNextPreparedFlag": null,
  "PmmNextReminderDate": null,
  "PmmNextSubject": null,
  "PmmPartnCode": "001",
  "PmmPartnTypeCode": "C",
  "PmmProjCode": "1580",
  "PmmPurpose": "Please ignore, this is a test",
  "PmmRecordStatus": "SUBMITTED",
  "PmmReminderDate": null,
  "PmmSubject": "Test Meeting",
  "PmmTrackCode": "EST2PM",
  "PmmVUuid": "F33F0EFCD94C24B0E05316821FAC81B7",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeeting/F33F0EFCD94C24B0E05316821FAC81B7",
      "name": "pmmeeting",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeeting/F33F0EFCD94C24B0E05316821FAC81B7",
      "name": "pmmeeting",
      "kind": "item"
    }
  ]
}
```

object
