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

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

Post/pm-rest-api/rest/1/pmdailyjourtran

## Create Daily Journal Transactions

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='417b4fe2-02e0-4628-8afe-b1fe45136b34'>application/json</option>
</select>object  Example{
  "PmjutCompCode": "001",
  "PmjutJobCode": "14001",
  "PmjutNotes": "This is a test entry",
  "PmjutPhsActiveFlag": "Y",
  "PmjutPhsCode": "03303",
  "PmjutProjQty": 1.0,
  "PmjutTranQty": null,
  "PmjutWmCode": "CY",
  "PmjutJourVuuid": "B0452C6DE29B8383E053B08610AC431F",
  "PmjutVUuid": ""
}PmjutPhsCodestring    Required

Phase Code

Max length16
PmjutTranQtynumber    RequiredMax length10
PmjutVUuidstring    Required

uuid column for uk on json webservices

Max length64
PmjutNotesstring    Required

Notes

Max length2000
PmjutJobCodestring    Required

Job Code

Max length10
PmjutProjQtynumber    RequiredMax length16
PmjutWmCodestring    RequiredMax length2
PmjutCompCodestring    Required

Company Code

Max length8
PmjutJourVuuidstring    Required

Journal Vuuid

Max length64
PmjutPhsActiveFlagstring    RequiredMax length1
PmjutPhsNamestring    

Phase Name

Max length50
PmjutObudgUnitnumber    Max length16
PmjutCrewCodestring    Max length30
PmjutDatePostedstring    

The date when Units were actualy posted

PmjutIuUpdateDatestring    

Update Date

PmjutIuCreateDatestring    

Create Date

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='42661ffd-8636-49d7-9189-aeb92450d884'>application/json</option>
</select>

```json
{
  "PmjutCompCode": "001",
  "PmjutCrewCode": null,
  "PmjutDatePosted": null,
  "PmjutIuCreateDate": null,
  "PmjutIuUpdateDate": null,
  "PmjutJobCode": "14001",
  "PmjutNotes": "This is a test entry",
  "PmjutObudgUnit": null,
  "PmjutPhsActiveFlag": "Y",
  "PmjutPhsCode": "03303",
  "PmjutPhsName": null,
  "PmjutProjQty": 1,
  "PmjutTranQty": null,
  "PmjutVUuid": "F3327F4D1B5C57CAE05316821FAC3458",
  "PmjutWmCode": "CY",
  "PmjutJourVuuid": "B0452C6DE29B8383E053B08610AC431F",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourtran/F3327F4D1B5C57CAE05316821FAC3458",
      "name": "pmdailyjourtran",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourtran/F3327F4D1B5C57CAE05316821FAC3458",
      "name": "pmdailyjourtran",
      "kind": "item"
    }
  ]
}
```

object
