---
title: "Create a PM Daily Journal Task"
slug: "create-a-pm-daily-journal-task"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-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.

# Create a PM Daily Journal Task

Post/pm-rest-api/rest/1/pmdailyjourtask

## Create Daily Journal Tasks

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='874b5d2e-4e87-467e-9506-ee0623a1fae9'>application/json</option>
</select>object  Example{
  "PmjtJournalVUuid": "D89B1A42DB4C0851E05316821FAC7692",
  "PmjtPartnCode": "001",
  "PmjtPartnTypeCode": "C",
  "PmjtVUuid": ""
}PmjtVUuidstring    Required

Unique uuid of row

Max length64
PmjtPartnTypeCodestring    Required

Partner Type Code

Max length2
PmjtJournalVUuidstring    Required

Journal Row ID

Max length64
PmjtPartnCodestring    Required

Partner Code

Max length8
PmjtDotHoursnumber    

Double OverTime Hours

Max length12
PmjtOtHoursnumber    

OverTime Hours

Max length12
PmjtNotesstring    

Notes

Max length4000
PmjtIuCreateDatestring    
PmjtClvValueCode1string    

Classifier 1 value

Max length16
PmjtClvValueCode2string    

Classifier 2 value

Max length16
PmjtClvValueCode3string    

Classifier 3 value

Max length16
PmjtClvValueCode4string    

Classifier 4 value

Max length16
PmjtClvValueCode5string    

Classifier 5 value

Max length16
PmjtClvValueCode6string    

Classifier 6 value

Max length16
PmjtIuUpdateDatestring    
PmjtProjCodestring    

Project Code

Max length10
PmjtWorkersNumbernumber    

Worker Number

Max length10
PmjtManHoursnumber    

How many hours worker worked

Max length12
PmjtActCodestring    

Schedule Activity Code

Max length40

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='978a2973-a77f-474a-be00-47f81d6da5ea'>application/json</option>
</select>

```json
{
  "PmjtJournalVUuid": "D89B1A42DB4C0851E05316821FAC7692",
  "PmjtProjCode": null,
  "PmjtPartnCode": "001",
  "PmjtPartnTypeCode": "C",
  "PmjtWorkersNumber": null,
  "PmjtManHours": null,
  "PmjtOtHours": null,
  "PmjtDotHours": null,
  "PmjtActCode": null,
  "PmjtNotes": null,
  "PmjtClvValueCode1": null,
  "PmjtClvValueCode2": null,
  "PmjtClvValueCode3": null,
  "PmjtClvValueCode4": null,
  "PmjtClvValueCode5": null,
  "PmjtClvValueCode6": null,
  "PmjtIuCreateDate": null,
  "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
