---
title: "Update a Specific PM Daily Journal User Defined Data"
slug: "update-a-specific-pm-daily-journal-user-defined-data"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-pm-daily-journal-user-defined-data"
---

> ## 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 Daily Journal User Defined Data

Patch/pm-rest-api/rest/1/pmdailyjourudd/F3327F4D1B6157CAE05316821FAC3458

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='c8cf02ac-f7a2-440d-8d4c-6f5acde807b0'>application/json</option>
</select>object  Example{
  "PmffdField1": "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='50a6ec8a-b34e-499e-b8ae-4847d311486f'>application/json</option>
</select>

```json
{
  "PmffdField1": "This is a test entry",
  "PmffdField2": null,
  "PmffdField3": null,
  "PmffdField4": null,
  "PmffdField5": null,
  "PmffdField6": null,
  "PmffdIuCreateDate": "2023-01-26T22:40:53Z",
  "PmffdIuUpdateDate": null,
  "PmffdObjectType": "PMDAYJR",
  "PmffdSetType": "PMJOURSFTY",
  "PmffdVUuid": "F3327F4D1B6157CAE05316821FAC3458",
  "PmffdJourVuuid": "B0452C6DDBB78383E053B08610AC431F",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourudd/F3327F4D1B6157CAE05316821FAC3458",
      "name": "pmdailyjourudd",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourudd/F3327F4D1B6157CAE05316821FAC3458",
      "name": "pmdailyjourudd",
      "kind": "item"
    }
  ]
}
```

object
