Create a PM Notice
    • 25 Sep 2024
    • 1 Minute to read
    • Dark
      Light

    Create a PM Notice

    • Dark
      Light

    Article summary

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

    Create PM Notices

    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

    'N'

    PmntcProjCode
    string

    Project COde

    PmntcCompCode
    string

    Company Code

    PmntcVUuid
    string

    Unique ID

    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