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

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

Post/pm-rest-api/rest/1/pmnotes

## Create PM Notes

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='eb93a0a3-5844-4abf-9dca-f5958bc2c7e3'>application/json</option>
</select>object  Example{
  "PmnNum": 1.0,
  "PmnObjectType": "PMRFI",
  "PmnObjCompCode": "001",
  "PmnObjProjCode": "201021",
  "PmnObjKey1": "0212-0004",
  "PmnVUuid": ""
}PmnObjKey1string    Required

CmmCode

Max length81
PmnObjCompCodestring    Required

Company code

Max length12
PmnVUuidstring    Required

Unique VUUID

Max length64
PmnNumnumber    Required

Note Number

Max length4
PmnObjProjCodestring    Required

Project code

Max length10
PmnObjectTypestring    Required

Must be one of the following: ARCUST, ARINV, DOCREV, BPVENDORS, JCJOB, JCJOBHPHS, OMORG, PMBIDP, PMBIDQUOTE, PMCHGD, PMCHGM, PMCMN, PMFWD, PMITEM, PMMEET, PMMEETI, PMMEETT, PMNOTICE, PMOCO, PMPL, PMPP, PMPROJ, PMRFI, PMSBM. Leave null/blank for SYSCONTACT type note.

Max length10
PmnSubjectstring    

Subject

Max length100
PmnObjKey2string    

Leave Null

Max length16
PmnContactCodestring    

Leave null/blank. Will be set to a default value.

Max length10
PmnPartnTypeCodestring    

Leave null/blank. Will be set to a default value.

Max length1
PmnInternalFlagstring    

Internal Note. ‘Y’ or ‘N’

Max length1
PmnCommentstring    

Comment

Max length100
PmnSrcCodestring    

Note source code (e.g. CMICIO)

Max length20
PmnContactNamestring    Max length4000
PmnDatestring    

Note Date

PmnOraseqnumber    

Sequence to Uniquely Identify Record

PmnNotestring    

Note

Max length4000
PmnClosedFlagstring    

ClosedFlag. ‘Y’ or ‘N’.

Max length1
PmnUserstring    

User

Max length30
PmnPartnCodestring    

Leave null/blank. Will be set to a default value.

Max length8
PmnStatusCodestring    

Set to ‘OPEN’

Max length10
PmnSrcDescstring    

Note source description (e.g. e-mail address)

Max length200

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='4e9529fc-f293-406c-afcd-ca98736265aa'>application/json</option>
</select>

```json
{
  "PmnClosedFlag": null,
  "PmnComment": null,
  "PmnContactCode": null,
  "PmnContactName": null,
  "PmnDate": null,
  "PmnInternalFlag": null,
  "PmnNote": null,
  "PmnNum": 1,
  "PmnObjCompCode": "001",
  "PmnObjKey1": "0212-0004",
  "PmnObjKey2": null,
  "PmnObjProjCode": "201021",
  "PmnObjectType": "PMRFI",
  "PmnPartnCode": null,
  "PmnPartnTypeCode": null,
  "PmnSrcCode": null,
  "PmnSrcDesc": null,
  "PmnStatusCode": null,
  "PmnSubject": null,
  "PmnUser": null,
  "PmnVUuid": "F3423E2E1C710168E05316821FAC4B06",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnotes/F3423E2E1C710168E05316821FAC4B06",
      "name": "pmnotes",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnotes/F3423E2E1C710168E05316821FAC4B06",
      "name": "pmnotes",
      "kind": "item"
    }
  ]
}
```

object
