---
title: "Update a Specific PM Field Work Directive"
slug: "update-a-specific-pm-field-work-directive"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-pm-field-work-directive"
---

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

# Update a Specific PM Field Work Directive

Patch/pm-rest-api/rest/1/pmfwd/F33F0EFCD93924B0E05316821FAC81B7

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='ffed28c0-84a1-44ad-a411-874d4b8695e9'>application/json</option>
</select>object  Example{
  "PmfwdDesc": "This is a test entry"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='0c4096e0-093c-4bdb-b991-66354ec70ecc'>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": "This is a test entry",
  "PmfwdEstCostAmt": null,
  "PmfwdFlwpContactCode": null,
  "PmfwdFlwpPartnCode": null,
  "PmfwdFlwpPartnTypeCode": null,
  "PmfwdFollowupDate": null,
  "PmfwdFollowupDueDate": null,
  "PmfwdFollowupNotes": null,
  "PmfwdFollowupRequiredFlag": "N",
  "PmfwdFromContactCode": null,
  "PmfwdFromPartnCode": null,
  "PmfwdFromPartnTypeCode": null,
  "PmfwdFwdId": "FWD00001",
  "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
