Create a PM Daily Journal User Defined Data
    • 18 Jul 2025
    • 1 Minute to read
    • Dark
      Light

    Create a PM Daily Journal User Defined Data

    • Dark
      Light

    Article summary

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

    Create Daily Journal User Definded Data

    UI Location:

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    Body parameters
    object
    Example{ "PmffdJourVuuid": "B0452C6DDBB78383E053B08610AC431F", "PmffdObjectType": "PMDAYJR", "PmffdSetType": "PMJOURSFTY", "PmffdVUuid": "" }
    PmffdJourVuuid
    string Required

    Journal Vuuid.

    Max length64
    PmffdVUuid
    string Required

    uuid column for uk on json webservices

    Max length64
    PmffdObjectType
    string Required

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

    Max length10
    PmffdSetType
    string Required

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

    Max length10
    PmffdIuCreateDate
    string

    Create Date.

    PmffdField1
    string

    User Defined Field Value.

    Max length4000
    PmffdField2
    string

    User Defined Field Value.

    Max length4000
    PmffdField5
    string

    User Defined Field Value.

    Max length4000
    PmffdField6
    string

    User Defined Field Value.

    Max length4000
    PmffdField3
    string

    User Defined Field Value.

    Max length4000
    PmffdField4
    string

    User Defined Field Value.

    Max length4000
    PmffdIuUpdateDate
    string

    Update Date.

    Responses
    201

    Created

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