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

> ## 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 User Defined Data

Post/pm-rest-api/rest/1/pmdailyjourudd

## Create Daily Journal User Definded Data

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='9df262de-6ce2-4b03-b6c9-6f86b27a688f'>application/json</option>
</select>object  Example{
  "PmffdJourVuuid": "B0452C6DDBB78383E053B08610AC431F",
  "PmffdObjectType": "PMDAYJR",
  "PmffdSetType": "PMJOURSFTY",
  "PmffdVUuid": ""
}PmffdJourVuuidstring    Required

Journal Vuuid.

Max length64
PmffdVUuidstring    Required

uuid column for uk on json webservices

Max length64
PmffdObjectTypestring    Required

Set to “PMDAYJR” for Daily Journals. Set to “SCMAST” for Subcontracts.

Max length10
PmffdSetTypestring    Required

Set to “PMJOURSFTY” for Daily Journals or “SCMASTFORM” for Subcontracts.

Max length10
PmffdIuCreateDatestring    

Create Date.

PmffdField1string    

User Defined Field Value.

Max length4000
PmffdField2string    

User Defined Field Value.

Max length4000
PmffdField5string    

User Defined Field Value.

Max length4000
PmffdField6string    

User Defined Field Value.

Max length4000
PmffdField3string    

User Defined Field Value.

Max length4000
PmffdField4string    

User Defined Field Value.

Max length4000
PmffdIuUpdateDatestring    

Update Date.

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='6d0a1eef-24b2-4bb5-b4bb-53e9bd20d9af'>application/json</option>
</select>

```json
{
  "PmffdField1": null,
  "PmffdField2": null,
  "PmffdField3": null,
  "PmffdField4": null,
  "PmffdField5": null,
  "PmffdField6": null,
  "PmffdIuCreateDate": null,
  "PmffdIuUpdateDate": null,
  "PmffdObjectType": "PMDAYJR",
  "PmffdSetType": "PMJOURSFTY",
  "PmffdVUuid": "F3327F4D1B6157CAE05316821FAC3458",
  "PmffdJourVuuid": "B0452C6DDBB78383E053B08610AC431F",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourudd/F3327F4D1B6157CAE05316821FAC3458",
      "name": "pmdailyjourudd",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourudd/F3327F4D1B6157CAE05316821FAC3458",
      "name": "pmdailyjourudd",
      "kind": "item"
    }
  ]
}
```

object
