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

Post/pm-rest-api/rest/1/pmfwdstatus

## Create Field Work Directive 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='1bf0b39c-bac6-47cf-af37-814c039de2d1'>application/json</option>
</select>object  Example{
  "PmfsStatusClassCode": "T",
  "PmfsStatusCode": "TEST",
  "PmfsStatusName": "test",
  "PmfsVUuid": ""
}PmfsStatusNamestring    Required

Status Name

Max length200
PmfsStatusCodestring    Required

Status Code

Max length10
PmfsVUuidstring    Required

uuid column for uk on json webservices

Max length64
PmfsStatusClassCodestring    Required

Status Class indicates the type of the status

Max length1
PmfsIuCreateDatestring    

Create date

PmfsIuUpdateDatestring    

Update date

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='c0b75d1d-0dd3-4d17-87af-f88d89ac1dd3'>application/json</option>
</select>

```json
{
  "PmfsIuCreateDate": null,
  "PmfsIuUpdateDate": null,
  "PmfsStatusClassCode": "T",
  "PmfsStatusCode": "TEST",
  "PmfsStatusName": "test",
  "PmfsVUuid": "F33F0EFCD93624B0E05316821FAC81B7",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmfwdstatus/F33F0EFCD93624B0E05316821FAC81B7",
      "name": "pmfwdstatus",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmfwdstatus/F33F0EFCD93624B0E05316821FAC81B7",
      "name": "pmfwdstatus",
      "kind": "item"
    }
  ]
}
```

object
