Create a PM Daily Journal Labour
    • 29 May 2025
    • 1 Minute to read
    • Dark
      Light

    Create a PM Daily Journal Labour

    • Dark
      Light

    Article summary

    Post
    /pm-rest-api/rest/1/pmdailyjourlab

    Create Daily Journal Labours

    UI Location:

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    Body parameters
    object
    Example{ "PmjolJournalVUuid": "B0452C6DE29B8383E053B08610AC431F", "PmjolCompCode": "001", "PmjolVUuid": "" }
    PmjolCompCode
    string Required

    Company Code

    Max length8
    PmjolVUuid
    string Required

    uuid column for uk on json webservices

    Max length64
    PmjolJournalVUuid
    string Required

    Journal UUID

    Max length64
    PmjolExpQuantity
    number

    Expense Quantity

    PmjolPhsCode
    string

    Phase Code. Must be a valid phase code in CMiC.

    Max length16
    PmjolNhHours
    number

    Normal Hours Worked.

    Max length16
    PmjolEmpNo
    string

    Employee Number. Must be a valid employee code in CMiC.

    Max length16
    PmjolDotHours
    number

    Double Time Hours Worked.

    Max length16
    PmjolExpAmount
    number

    Expense Amount

    PmjolIuCreateDate
    string
    PmjolJobCode
    string

    Job Code. Must be a valid job code in CMiC.

    Max length10
    PmjolExpCode
    string

    Expense Code

    Max length4
    PmjolOhType
    string

    Identify The Other Hours Type

    Max length4
    PmjolEmpName
    string

    Employee Name.

    Max length60
    PmjolIuUpdateDate
    string
    PmjolOtHours
    number

    Overtime Hours Worked.

    Max length16
    PmjolNotes
    string

    Notes.

    Max length2000
    PmjolTshSeqNo
    number

    Leave Null.

    PmjolOhHours
    number

    No. Of Other Hours Worked

    Max length16
    PmjolExpRate
    number

    Expense Rate

    PmjolExpDesc
    string

    Expense Description

    Max length30
    PmjolSubmittedFlag
    string

    Submitted Flag. ‘Y’ or ‘N’.

    Max length1
    PmjolCatCode
    string

    Category Code. Must be a valid category code in CMiC.

    Max length16
    Responses
    201

    Created

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "PmjolCatCode": null,
      "PmjolCompCode": "001",
      "PmjolDotHours": null,
      "PmjolEmpName": null,
      "PmjolEmpNo": null,
      "PmjolExpAmount": null,
      "PmjolExpCode": null,
      "PmjolExpDesc": null,
      "PmjolExpQuantity": null,
      "PmjolExpRate": null,
      "PmjolIuCreateDate": null,
      "PmjolIuUpdateDate": null,
      "PmjolJobCode": null,
      "PmjolNhHours": null,
      "PmjolNotes": null,
      "PmjolOhHours": null,
      "PmjolOhType": null,
      "PmjolOtHours": null,
      "PmjolPhsCode": null,
      "PmjolSubmittedFlag": null,
      "PmjolTshSeqNo": null,
      "PmjolVUuid": "F331192ADF322C56E05316821FAC51BB",
      "PmjolJournalVUuid": "B0452C6DE29B8383E053B08610AC431F",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourlab/F331192ADF322C56E05316821FAC51BB",
          "name": "pmdailyjourlab",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmdailyjourlab/F331192ADF322C56E05316821FAC51BB",
          "name": "pmdailyjourlab",
          "kind": "item"
        }
      ]
    }
    object