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

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

Post/pm-rest-api/rest/1/pmdailyjourff

## Create Daily Journal Field Forces

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='e194a1b4-3cfb-40c4-97be-395f2fff4e6c'>application/json</option>
</select>object  Example{
  "PmjtlJournalVUuid": "B0452C6DE29B8383E053B08610AC431F",
  "PmjtlPartnCode": "1031006",
  "PmjtlPartnTypeCode": "P",
  "PmjtlVUuid": ""
}PmjtlPartnTypeCodestring    Required

Partner Type. ‘P’ - Business Partner ‘C’ - Company

Max length1
PmjtlJournalVUuidstring    Required

Journal UUID.

Max length64
PmjtlVUuidstring    Required

uuid column for uk on json webservices

Max length64
PmjtlPartnCodestring    Required

Must be a valid Project Partner Code in CMIC. Either a Business partner code or company code. (PMPROJPARTNER)

Max length8
PmjtlClvValueCode6string    

User defined values.

Max length16
PmjtlPartnNamestring    Max length4000
PmjtlNotesstring    

Notes

Max length4000
PmjtlIuUpdateDatestring    

Update Date.

PmjtlClvValueCode1string    

User defined values.

Max length16
PmjtlClvValueCode5string    

User defined values.

Max length16
PmjtlClvValueCode4string    

User defined values.

Max length16
PmjtlClvValueCode3string    

User defined values.

Max length16
PmjtlIuCreateDatestring    

Create Date.

PmjtlClvValueCode2string    

User defined values.

Max length16

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='9fe74c0a-e948-483e-8f06-0e7d1decf2ce'>application/json</option>
</select>

```json
{
  "PmjtlClvValueCode1": null,
  "PmjtlClvValueCode2": null,
  "PmjtlClvValueCode3": null,
  "PmjtlClvValueCode4": null,
  "PmjtlClvValueCode5": null,
  "PmjtlClvValueCode6": null,
  "PmjtlIuCreateDate": null,
  "PmjtlIuUpdateDate": null,
  "PmjtlNotes": null,
  "PmjtlPartnCode": "1031006",
  "PmjtlPartnName": null,
  "PmjtlPartnTypeCode": "P",
  "PmjtlVUuid": "F331192ADF312C56E05316821FAC51BB",
  "PmjtlJournalVUuid": "B0452C6DE29B8383E053B08610AC431F",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourff/F331192ADF312C56E05316821FAC51BB",
      "name": "pmdailyjourff",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourff/F331192ADF312C56E05316821FAC51BB",
      "name": "pmdailyjourff",
      "kind": "item"
    }
  ]
}
```

object
