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

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

Post/pm-rest-api/rest/1/pmnoticestatus

## Create Notice Status

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='9e53a5e1-a0a8-4213-8ae6-612d2c797739'>application/json</option>
</select>object  Example{
  "PmnsStatusClassCode": "T",
  "PmnsStatusCode": "T",
  "PmnsStatusName": "Test",
  "PmnsVUuid": ""
}PmnsStatusClassCodestring    Required

Status Class indicates the type of the status

Max length1
PmnsStatusCodestring    Required

Status Code

Max length10
PmnsStatusNamestring    Required

Status Name

Max length200
PmnsVUuidstring    Required

Unique ID

Max length64
PmnsIuCreateDatestring    

Create Date

PmnsIuUpdateDatestring    

Update Date

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='4ac86162-e89c-4ef9-953b-457a412f7853'>application/json</option>
</select>

```json
{
  "PmnsIuCreateDate": null,
  "PmnsIuUpdateDate": null,
  "PmnsStatusClassCode": "T",
  "PmnsStatusCode": "T",
  "PmnsStatusName": "Test",
  "PmnsVUuid": "F34293D3F259732FE05316821FAC2B61",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnoticestatus/F34293D3F259732FE05316821FAC2B61",
      "name": "pmnoticestatus",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmnoticestatus/F34293D3F259732FE05316821FAC2B61",
      "name": "pmnoticestatus",
      "kind": "item"
    }
  ]
}
```

object
