Create a PM Daily Journal Transaction
    • 06 Jan 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

    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": "" }
    PmjutJourVuuid
    string

    Journal Vuuid

    💻 UI Fieldname: PmjutJourVuuid

    Max length30
    PmjutPhsActiveFlag
    string

    💻 UI Fieldname: PmjutPhsActiveFlag

    Max length1
    PmjutPhsCode
    string Required

    Phase Code

    💻 UI Fieldname: PmjutPhsCode

    Max length16
    PmjutTranQty
    number

    💻 UI Fieldname: PmjutTranQty

    Max length2210
    PmjutVUuid
    string

    💻 UI Fieldname: PmjutVUuid

    PmjutNotes
    string

    Notes

    💻 UI Fieldname: PmjutNotes

    Max length2000
    PmjutJobCode
    string Required

    Job Code

    💻 UI Fieldname: PmjutJobCode

    Max length10
    PmjutProjQty
    number

    💻 UI Fieldname: PmjutProjQty

    Max length2216
    PmjutWmCode
    string

    💻 UI Fieldname: PmjutWmCode

    Max length2
    PmjutCompCode
    string Required

    Company Code

    💻 UI Fieldname: PmjutCompCode

    Max length8
    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