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

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

Post/pm-rest-api/rest/1/pmnotice

## Create PM Notices

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='fc1a995b-26b6-4e5f-aa3a-e1dba8256954'>application/json</option>
</select>object  Example{
  "PmntcCompCode": "001",
  "PmntcProjCode": "16-001",
  "PmntcFollowupRequiredFlag": "N",
  "PmntcVUuid": ""
}PmntcFollowupRequiredFlagstring    Required

'N'

Max length1
PmntcVUuidstring    Required

Unique ID

Max length64
PmntcProjCodestring    Required

Project COde

Max length10
PmntcCompCodestring    Required

Company Code

Max length8
PmntcSubjectstring    

Subject

Max length200
PmntcReferencestring    

Reference

Max length200
PmntcFollowupDatestring    

Follow up date

PmntcFromContactCodestring    

From Contact Code

Max length10
PmntcNotesstring    

Notes

Max length4000
PmntcIuUpdateDatestring    

Update Date

PmntcFromPartnCodestring    

From Partner Code

Max length8
PmntcFollowupNotesstring    

Follow up notes

Max length4000
PmntcRecordStatusstring    

Collaboration status

Max length16
PmntcCmCodestring    Max length11
PmntcFromPartnTypeCodestring    

From Partner Type Code

Max length1
PmntcNoticeIdstring    

Notice ID

Max length16
PmntcToPartnTypeCodestring    

To Partner Type Code

Max length1
PmntcToContactCodestring    

To Contact Code

Max length10
PmntcIuCreateDatestring    

Create Date

PmntcFollowupDueDatestring    

Follow up due date

PmntcToPartnCodestring    

To Partner Code

Max length8
PmntcNoticeDatestring    

Notice Date

PmntcClvValueCode6string    Max length16
PmntcClvValueCode5string    Max length16
PmntcClvValueCode4string    Max length16
PmntcClvValueCode3string    Max length16
PmntcClvValueCode2string    Max length16
PmntcNoticeStatusCodestring    

Notice Status Code

Max length10
PmntcClvValueCode1string    Max length16

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='87e589d9-cbe3-469f-bd68-0fb9b030ef95'>application/json</option>
</select>

```json
{
  "PmntcClvValueCode1": null,
  "PmntcClvValueCode2": null,
  "PmntcClvValueCode3": null,
  "PmntcClvValueCode4": null,
  "PmntcClvValueCode5": null,
  "PmntcClvValueCode6": null,
  "PmntcCmCode": null,
  "PmntcCompCode": "001",
  "PmntcFollowupDate": null,
  "PmntcFollowupDueDate": null,
  "PmntcFollowupNotes": null,
  "PmntcFollowupRequiredFlag": "N",
  "PmntcFromContactCode": null,
  "PmntcFromPartnCode": null,
  "PmntcFromPartnTypeCode": null,
  "PmntcIuCreateDate": null,
  "PmntcIuUpdateDate": null,
  "PmntcNotes": null,
  "PmntcNoticeDate": null,
  "PmntcNoticeId": null,
  "PmntcNoticeStatusCode": null,
  "PmntcProjCode": "16-001",
  "PmntcRecordStatus": null,
  "PmntcReference": null,
  "PmntcSubject": null,
  "PmntcToContactCode": null,
  "PmntcToPartnCode": null,
  "PmntcToPartnTypeCode": null,
  "PmntcVUuid": "F3423E2E1C790168E05316821FAC4B06",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnotice/F3423E2E1C790168E05316821FAC4B06",
      "name": "pmnotice",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnotice/F3423E2E1C790168E05316821FAC4B06",
      "name": "pmnotice",
      "kind": "item"
    }
  ]
}
```

object
