Create a PM Notice
  • 13 Jun 2025
  • 1 Minute to read
  • Dark
    Light

Create a PM Notice

  • Dark
    Light

Article summary

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

Create PM Notices

UI Location:

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "PmntcCompCode": "001", "PmntcProjCode": "16-001", "PmntcFollowupRequiredFlag": "N", "PmntcVUuid": "" }
PmntcFollowupRequiredFlag
string Required

'N'

Max length1
PmntcVUuid
string Required

Unique ID

Max length64
PmntcProjCode
string Required

Project COde

Max length10
PmntcCompCode
string Required

Company Code

Max length8
PmntcSubject
string

Subject

Max length200
PmntcReference
string

Reference

Max length200
PmntcFollowupDate
string

Follow up date

PmntcFromContactCode
string

From Contact Code

Max length10
PmntcNotes
string

Notes

Max length4000
PmntcIuUpdateDate
string

Update Date

PmntcFromPartnCode
string

From Partner Code

Max length8
PmntcFollowupNotes
string

Follow up notes

Max length4000
PmntcRecordStatus
string

Collaboration status

Max length16
PmntcCmCode
string
Max length11
PmntcFromPartnTypeCode
string

From Partner Type Code

Max length1
PmntcNoticeId
string

Notice ID

Max length16
PmntcToPartnTypeCode
string

To Partner Type Code

Max length1
PmntcToContactCode
string

To Contact Code

Max length10
PmntcIuCreateDate
string

Create Date

PmntcFollowupDueDate
string

Follow up due date

PmntcToPartnCode
string

To Partner Code

Max length8
PmntcNoticeDate
string

Notice Date

PmntcClvValueCode6
string
Max length16
PmntcClvValueCode5
string
Max length16
PmntcClvValueCode4
string
Max length16
PmntcClvValueCode3
string
Max length16
PmntcClvValueCode2
string
Max length16
PmntcNoticeStatusCode
string

Notice Status Code

Max length10
PmntcClvValueCode1
string
Max length16
Responses
201

Created

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+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