Create a PM Note
- 22 Oct 2025
- 1 Minute to read
- Print
- DarkLight
Create a PM Note
- Updated on 22 Oct 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?    
Thank you for your feedback!
Post
/pm-rest-api/rest/1/pmnotes
Create PM Notes
UI Location:
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object 
Example{ "PmnNum": 1.0, "PmnObjectType": "PMRFI", "PmnObjCompCode": "001", "PmnObjProjCode": "201021", "PmnObjKey1": "0212-0004", "PmnVUuid": "" }
PmnObjKey1
string Required
CmmCode
Max length81
PmnObjCompCode
string Required
Company code
Max length12
PmnVUuid
string Required
Unique VUUID
Max length64
PmnNum
number Required
Note Number
Max length4
PmnObjProjCode
string Required
Project code
Max length10
PmnObjectType
string 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
PmnSubject
string 
Subject
Max length100
PmnObjKey2
string 
Leave Null
Max length16
PmnContactCode
string 
Leave null/blank. Will be set to a default value.
Max length10
PmnPartnTypeCode
string 
Leave null/blank. Will be set to a default value.
Max length1
PmnInternalFlag
string 
Internal Note. ‘Y’ or ‘N’
Max length1
PmnComment
string 
Comment
Max length100
PmnSrcCode
string 
Note source code (e.g. CMICIO)
Max length20
PmnContactName
string 
Max length4000
PmnDate
string 
Note Date
PmnOraseq
number 
Sequence to Uniquely Identify Record
PmnNote
string 
Note
Max length4000
PmnClosedFlag
string 
ClosedFlag. ‘Y’ or ‘N’.
Max length1
PmnUser
string 
User
Max length30
PmnPartnCode
string 
Leave null/blank. Will be set to a default value.
Max length8
PmnStatusCode
string 
Set to ‘OPEN’
Max length10
PmnSrcDesc
string 
Note source description (e.g. e-mail address)
Max length200
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+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 
.png)