---
title: "Create a PM RFI Status"
slug: "create-a-pm-rfi-status"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-pm-rfi-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 RFI Status

Post/pm-rest-api/rest/1/pmrfistatus

## Create RFI 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='b55250ad-1d72-4e9f-a714-8f08af4b1036'>application/json</option>
</select>object  Example{
  "PmrfisStatusClassCode": "T",
  "PmrfisStatusCode": "TEST",
  "PmrfisSystemFlag": "N"
}PmrfisStatusClassCodestring    Required

Status Class

Max length1
PmrfisSystemFlagstring    Required

System Flag

Max length1
PmrfisStatusCodestring    Required

Status Code

Max length10
PmrfisStatusNamestring    

Status Name

Max length60
PmrfisIuCreateDatestring    

Initial Create Date

PmrfisIuUpdateDatestring    

Last Update Date

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='8283299a-db44-4f8e-92f5-94695b56898f'>application/json</option>
</select>

```json
{
  "PmrfisStatusCode": "TEST",
  "PmrfisStatusName": null,
  "PmrfisStatusClassCode": "T",
  "PmrfisSystemFlag": "N",
  "PmrfisIuCreateDate": null,
  "PmrfisIuUpdateDate": null,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmrfistatus/TEST",
      "name": "pmrfistatus",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmrfistatus/TEST",
      "name": "pmrfistatus",
      "kind": "item"
    }
  ]
}
```

object
