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

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

Post/pm-rest-api/rest/1/pmdailyjourvis

## Create Daily Journal Visitors

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='dbf0852c-53d6-42f7-9599-90b665529a29'>application/json</option>
</select>object  Example{
  "PmjviJourVuuid": "CFEF6CF06CB839EDE05316821FAC5FF1",
  "PmjviPartnCode": "APPLE",
  "PmjviPartnTypeCode": "P",
  "PmjviVUuid": ""
}PmjviJourVuuidstring    Required

Journal Vuuid

Max length64
PmjviPartnCodestring    Required

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

Max length8
PmjviVUuidstring    Required

Unique uuid of row

Max length64
PmjviPartnTypeCodestring    Required

Partner Type. P - Business Partner C - Company

Max length1
PmjviContactNamestring    

Visitor Name

Max length100
PmjviContactCodestring    

Leave Null

Max length10
PmjviIuCreateDatestring    

Create Date

PmjviTimestring    

Time

Max length30
PmjviPartnNamestring    

Company name

Max length50
PmjviIuUpdateDatestring    

Update Date

PmjviNotesstring    

Visitor Notes

Max length2000

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='7b45bdb0-99df-4bc2-b74a-ed4a1a610339'>application/json</option>
</select>

```json
{
  "PmjviContactCode": null,
  "PmjviContactName": null,
  "PmjviIuCreateDate": null,
  "PmjviIuUpdateDate": null,
  "PmjviNotes": null,
  "PmjviPartnCode": "APPLE",
  "PmjviPartnName": null,
  "PmjviPartnTypeCode": "P",
  "PmjviTime": null,
  "PmjviVUuid": "F3327F4D1C0C57CAE05316821FAC3458",
  "PmjviJourVuuid": "CFEF6CF06CB839EDE05316821FAC5FF1",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourvis/F3327F4D1C0C57CAE05316821FAC3458",
      "name": "pmdailyjourvis",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourvis/F3327F4D1C0C57CAE05316821FAC3458",
      "name": "pmdailyjourvis",
      "kind": "item"
    }
  ]
}
```

object
