Create a PM Daily Journal
  • 29 May 2025
  • 1 Minute to read
  • Dark
    Light

Create a PM Daily Journal

  • Dark
    Light

Article summary

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

Create Daily Journals

UI Location:

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "GpmjCompCode": "001", "GpmjProjCode": "15600", "GpmjJournalId": "2025", "GpmjPrepContactCode": "LZ", "GpmjPrepPartnCode": "001", "GpmjPrepPartnTypeCode": "C", "GpmjVUuid": "" }
GpmjVUuid
string Required

Unique Row ID

Max length64
GpmjPrepPartnCode
string Required
Max length8
GpmjProjCode
string Required

gpmj_proj_code]

Max length10
GpmjPrepPartnTypeCode
string Required

Partner Type. P - Business Partner, C - Company

Max length1
GpmjCompCode
string Required

Company Code

Max length8
GpmjPrepContactCode
string Required

Must be a valid Project Contact Code.(PMPROJCONTACT)

Max length10
GpmjJournalId
string Required

Journal ID. Must be unique per project.

Max length16
GpmjModifiedDate
string
GpmffsFieldPrompt2
string

Field2 Name

Max length30
GpmffsFieldPrompt1
string

Field1 Name

Max length30
GpmffsFieldPrompt4
string

Field4 Name

Max length30
GpmffsFieldPrompt3
string

Field3 Name

Max length30
GpmffsFieldPrompt6
string

Field6 Name

Max length30
GpmjIuCreateUser
string
Max length30
GpmffsFieldPrompt5
string

Field5 Name

Max length30
GpmjHighTemp
number

High Temperature

GpmjModifiedBy
string
Max length30
GpmffdField6
string

Incidents on Site

Max length4000
GpmffdField3
string

Subcontractor Progress

Max length4000
GpmffdField2
string

Problems or Delays

Max length4000
GpmffdField5
string

Potential Changes

Max length4000
GpmjDate
string

Journal Date

GpmjRecordStatus
string

Record Status. Either PENDING or SUBMITTED.

Max length16
GpmffdField4
string

Special Assignments

Max length4000
GpmjClvValueCode4
string

Leave null

Max length16
GpmjClvValueCode3
string

Approval Level 0

Max length16
GpmjClvValueCode6
string

Leave null

Max length16
GpmffdField1
string

Work Performed Today

Max length4000
GpmjClvValueCode5
string

Leave null

Max length16
GpmjPrecipitation
number

Precipitation

GpmjCreationDate
string
GpmjClvValueCode2
string

Applicant Number

Max length16
GpmjIuUpdateDate
string
GpmjClvValueCode1
string

Business Unit

Max length16
GpmjUtranStatusCode
string
Max length16
GpycrhCommonName
string

Crew Name

Max length30
GpmjLowTemp
number

Low Temperature

GpmjSkyConditions
string

Sky Conditions.

Max length16
GpmjActivities
string

Activities

Max length4000
GpmjIuCreateDate
string
GpmjCrewOraseq
number

Crew Code

GpmjRainDayFlag
string

Rain Day. Y or N

Max length1
GpmjIuUpdateUser
string
Max length30
GpmjWindConditions
string

Wind Conditions

Max length16
Responses
201

Created

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+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