Create a PM Daily Journal Transaction
    • 13 Jun 2025
    • 1 Minute to read
    • Dark
      Light

    Create a PM Daily Journal Transaction

    • Dark
      Light

    Article summary

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

    Create Daily Journal Transactions

    UI Location:

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    Body parameters
    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": "" }
    PmjutPhsCode
    string Required

    Phase Code

    Max length16
    PmjutTranQty
    number Required
    Max length10
    PmjutVUuid
    string Required

    uuid column for uk on json webservices

    Max length64
    PmjutNotes
    string Required

    Notes

    Max length2000
    PmjutJobCode
    string Required

    Job Code

    Max length10
    PmjutProjQty
    number Required
    Max length16
    PmjutWmCode
    string Required
    Max length2
    PmjutCompCode
    string Required

    Company Code

    Max length8
    PmjutJourVuuid
    string Required

    Journal Vuuid

    Max length64
    PmjutPhsActiveFlag
    string Required
    Max length1
    PmjutPhsName
    string

    Phase Name

    Max length50
    PmjutObudgUnit
    number
    Max length16
    PmjutCrewCode
    string
    Max length30
    PmjutDatePosted
    string

    The date when Units were actualy posted

    PmjutIuUpdateDate
    string

    Update Date

    PmjutIuCreateDate
    string

    Create Date

    Responses
    201

    Created

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