---
title: "Create a PM Daily Journal"
slug: "create-a-pm-daily-journal"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-pm-daily-journal"
---

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

Post/pm-rest-api/rest/1/pmdailyjournal

## Create Daily Journals

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='7792538a-fe0f-4697-b396-68dfbc96e9ca'>application/json</option>
</select>object  Example{
  "GpmjCompCode": "001",
  "GpmjProjCode": "15600",
  "GpmjJournalId": "2025",
  "GpmjPrepContactCode": "LZ",
  "GpmjPrepPartnCode": "001",
  "GpmjPrepPartnTypeCode": "C",
  "GpmjVUuid": ""
}GpmjVUuidstring    Required

Unique Row ID

Max length64
GpmjPrepPartnCodestring    RequiredMax length8
GpmjProjCodestring    Required

gpmj_proj_code]

Max length10
GpmjPrepPartnTypeCodestring    Required

Partner Type. P - Business Partner, C - Company

Max length1
GpmjCompCodestring    Required

Company Code

Max length8
GpmjPrepContactCodestring    Required

Must be a valid Project Contact Code.(PMPROJCONTACT)

Max length10
GpmjJournalIdstring    Required

Journal ID. Must be unique per project.

Max length16
GpmjModifiedDatestring    
GpmffsFieldPrompt2string    

Field2 Name

Max length30
GpmffsFieldPrompt1string    

Field1 Name

Max length30
GpmffsFieldPrompt4string    

Field4 Name

Max length30
GpmffsFieldPrompt3string    

Field3 Name

Max length30
GpmffsFieldPrompt6string    

Field6 Name

Max length30
GpmjIuCreateUserstring    Max length30
GpmffsFieldPrompt5string    

Field5 Name

Max length30
GpmjHighTempnumber    

High Temperature

GpmjModifiedBystring    Max length30
GpmffdField6string    

Incidents on Site

Max length4000
GpmffdField3string    

Subcontractor Progress

Max length4000
GpmffdField2string    

Problems or Delays

Max length4000
GpmffdField5string    

Potential Changes

Max length4000
GpmjDatestring    

Journal Date

GpmjRecordStatusstring    

Record Status. Either PENDING or SUBMITTED.

Max length16
GpmffdField4string    

Special Assignments

Max length4000
GpmjClvValueCode4string    

Leave null

Max length16
GpmjClvValueCode3string    

Approval Level 0

Max length16
GpmjClvValueCode6string    

Leave null

Max length16
GpmffdField1string    

Work Performed Today

Max length4000
GpmjClvValueCode5string    

Leave null

Max length16
GpmjPrecipitationnumber    

Precipitation

GpmjCreationDatestring    
GpmjClvValueCode2string    

Applicant Number

Max length16
GpmjIuUpdateDatestring    
GpmjClvValueCode1string    

Business Unit

Max length16
GpmjUtranStatusCodestring    Max length16
GpycrhCommonNamestring    

Crew Name

Max length30
GpmjLowTempnumber    

Low Temperature

GpmjSkyConditionsstring    

Sky Conditions.

Max length16
GpmjActivitiesstring    

Activities

Max length4000
GpmjIuCreateDatestring    
GpmjCrewOraseqnumber    

Crew Code

GpmjRainDayFlagstring    

Rain Day. Y or N

Max length1
GpmjIuUpdateUserstring    Max length30
GpmjWindConditionsstring    

Wind Conditions

Max length16

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='ae04fc83-0245-46e3-892c-e5b2f070d0f1'>application/json</option>
</select>

```json
{
  "GpmjJournalId": "2025",
  "GpmffdField1": null,
  "GpmffdField2": null,
  "GpmffdField3": null,
  "GpmffdField4": null,
  "GpmffdField5": null,
  "GpmffdField6": null,
  "GpmffsFieldPrompt1": null,
  "GpmffsFieldPrompt2": null,
  "GpmffsFieldPrompt3": null,
  "GpmffsFieldPrompt4": null,
  "GpmffsFieldPrompt5": null,
  "GpmffsFieldPrompt6": null,
  "GpmjActivities": null,
  "GpmjClvValueCode1": null,
  "GpmjClvValueCode2": null,
  "GpmjClvValueCode3": null,
  "GpmjClvValueCode4": null,
  "GpmjClvValueCode5": null,
  "GpmjClvValueCode6": null,
  "GpmjCompCode": "001",
  "GpmjCreationDate": null,
  "GpmjDate": null,
  "GpmjHighTemp": null,
  "GpmjIuCreateDate": null,
  "GpmjIuCreateUser": null,
  "GpmjIuUpdateDate": null,
  "GpmjIuUpdateUser": null,
  "GpmjLowTemp": null,
  "GpmjModifiedBy": null,
  "GpmjModifiedDate": null,
  "GpmjPrecipitation": null,
  "GpmjPrepContactCode": "LZ",
  "GpmjPrepPartnCode": "001",
  "GpmjPrepPartnTypeCode": "C",
  "GpmjProjCode": "15600",
  "GpmjRainDayFlag": null,
  "GpmjRecordStatus": null,
  "GpmjSkyConditions": null,
  "GpmjUtranStatusCode": null,
  "GpmjVUuid": "F331192ADF242C56E05316821FAC51BB",
  "GpmjWindConditions": null,
  "GpycrhCommonName": null,
  "GpmjDateTrunc": null,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjournal/F331192ADF242C56E05316821FAC51BB",
      "name": "pmdailyjournal",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjournal/F331192ADF242C56E05316821FAC51BB",
      "name": "pmdailyjournal",
      "kind": "item"
    }
  ]
}
```

object
