---
title: "Create a PM Field Work Directives"
slug: "create-a-pm-field-work-directives"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-pm-field-work-directives"
---

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

Post/pm-rest-api/rest/1/pmfwd

## Create Field Work Directives

### 

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='b03cfcf9-8d8d-44db-9751-3d8f82a7c096'>application/json</option>
</select>object  Example{
  "PmfwdCompCode": "001",
  "PmfwdProjCode": "14001",
  "PmfwdFollowupRequiredFlag": "N",
  "PmfwdFwdId": "0002",
  "PmfwdVUuid": ""
}PmfwdCompCodestring    

Company Code

Max length8
PmfwdFwdIdstring    

FieldWork Directive ID. Must be unique within project.

Max length16
PmfwdProjCodestring    

Project Code

Max length10
PmfwdVUuidstring    

uuid column for uk on json webservices

Max length64
PmfwdFollowupRequiredFlagstring    

Followup required flag. ‘Y’ or ‘N’.

Max length1

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='c2f8e060-36cf-4917-88a5-130d3906f71f'>application/json</option>
</select>

```json
{
  "PmfwdActualCostAmt": null,
  "PmfwdClvValueCode1": null,
  "PmfwdClvValueCode2": null,
  "PmfwdClvValueCode3": null,
  "PmfwdClvValueCode4": null,
  "PmfwdClvValueCode5": null,
  "PmfwdClvValueCode6": null,
  "PmfwdCmCode": null,
  "PmfwdCompCode": "001",
  "PmfwdDate": null,
  "PmfwdDesc": null,
  "PmfwdEstCostAmt": null,
  "PmfwdFlwpContactCode": null,
  "PmfwdFlwpPartnCode": null,
  "PmfwdFlwpPartnTypeCode": null,
  "PmfwdFollowupDate": null,
  "PmfwdFollowupDueDate": null,
  "PmfwdFollowupNotes": null,
  "PmfwdFollowupRequiredFlag": "N",
  "PmfwdFromContactCode": null,
  "PmfwdFromPartnCode": null,
  "PmfwdFromPartnTypeCode": null,
  "PmfwdFwdId": "0002",
  "PmfwdNotToExceedCostAmt": null,
  "PmfwdProjCode": "14001",
  "PmfwdRecordStatus": null,
  "PmfwdRefDesc": null,
  "PmfwdRespStatusCode": null,
  "PmfwdStatusCode": null,
  "PmfwdSubject": null,
  "PmfwdToContactCode": null,
  "PmfwdToPartnCode": null,
  "PmfwdToPartnTypeCode": null,
  "PmfwdVUuid": "F33F0EFCD93924B0E05316821FAC81B7",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmfwd/F33F0EFCD93924B0E05316821FAC81B7",
      "name": "pmfwd",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmfwd/F33F0EFCD93924B0E05316821FAC81B7",
      "name": "pmfwd",
      "kind": "item"
    }
  ]
}
```

object
