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

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

Patch/pm-rest-api/rest/1/pmdailyjourtask/F3327F4D1B4457CAE05316821FAC3458

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='0d263e72-810f-4127-a55d-53976ddf2882'>application/json</option>
</select>object  Example{
  "PmjtNotes": "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='78cb3ad7-6f7d-4315-8b5a-85f2a9d0407d'>application/json</option>
</select>

```json
{
  "PmjtJournalVUuid": "D89B1A42DB4C0851E05316821FAC7692",
  "PmjtProjCode": "2019",
  "PmjtPartnCode": "001",
  "PmjtPartnTypeCode": "C",
  "PmjtWorkersNumber": null,
  "PmjtManHours": null,
  "PmjtOtHours": null,
  "PmjtDotHours": null,
  "PmjtActCode": null,
  "PmjtNotes": "This is a test entry",
  "PmjtClvValueCode1": null,
  "PmjtClvValueCode2": null,
  "PmjtClvValueCode3": null,
  "PmjtClvValueCode4": null,
  "PmjtClvValueCode5": null,
  "PmjtClvValueCode6": null,
  "PmjtIuCreateDate": "2023-01-26T21:46:23Z",
  "PmjtIuUpdateDate": null,
  "PmjtVUuid": "F3327F4D1B4457CAE05316821FAC3458",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourtask/F3327F4D1B4457CAE05316821FAC3458",
      "name": "pmdailyjourtask",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourtask/F3327F4D1B4457CAE05316821FAC3458",
      "name": "pmdailyjourtask",
      "kind": "item"
    }
  ]
}
```

object
