Create an Owner Change Order
    • 27 Feb 2025
    • 2 Minutes to read
    • Dark
      Light

    Create an Owner Change Order

    • Dark
      Light

    Article summary

    Post
    /cm-rest-api/rest/1/cmownerchangeorder

    Create Owner Change Orders

    UI Location: Project Controls - Change Management - Change Orders - Prepare Owner Change Order

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceItem+json
    Body parameters
    object
    Example{ "CmocnCompCode": "001", "CmocnJobCode": "14001", "CmocnCode": "050000", "CmocnVUuid": "" }
    CmocnJobCode
    string Required

    Job Code

    💻 UI Fieldname: Job

    Max length10
    CmocnVUuid
    string Required

    Unique Row ID

    Max length64
    CmocnCode
    string Required

    Owner Change Order Code

    Max length20
    CmocnCompCode
    string Required

    Company Code

    💻 UI Fieldname: Company

    Max length8
    CmocnPostDate
    string

    Post Date

    💻 UI Fieldname: Post Date

    CmocnJbContCode
    string

    JB Contract Code

    💻 UI Fieldname: Jb Cont Code

    Max length20
    CmocnPriorChangeDays
    number

    Prior Change Days

    CmocnTotalMarginAmtTitle
    string

    Margin Amount Title

    Max length19
    CmocnClosed
    string

    Is Closed

    Max length1
    CmocnJobName
    string

    Job Name

    Max length60
    CmocnProposalName
    string

    Proposal Name

    Max length60
    CmocnOwnerApprvdAmt
    number

    Amount Approved by Owner. The system validates that the sum of all amounts of selected PCIs is equal to the value entered in this field.

    Max length18
    CmocnOraseq
    number

    💻 UI Fieldname: *Change

    CmocnSentDate
    string

    Sent Date

    💻 UI Fieldname: Sent Date

    CmocnOrigContractAmtTitle
    string

    Contract Amount Title

    Max length29
    CmocnCurChangeDaysTitle
    string

    Current Change Days Title

    Max length35
    CmocnNewContractAmtTitle
    string

    New Contract Amount Title

    Max length48
    CmocnPriorChangeDaysTitle
    string

    Prior Change Days Title

    Max length43
    CmocnTotalMarginAmt
    number

    Total Margin Amount

    CmocnNewContractAmt
    number

    New Contract Amount

    CmocnPriorChangesAmt
    number

    Prior Change Amount

    CmocnNewComplDate
    string

    New Completion Date

    CmocnCurrentChangeAmtTitle
    string

    Current Change Amount Title

    Max length37
    CmocnBchNum
    number

    Batch Number

    Max length11
    CmocnIuCreateUser
    string
    Max length30
    CmocnIssuedDate
    string

    Issued Date

    💻 UI Fieldname: Issued Date

    CmocnUserPrvlgFlag
    string

    User Privilege Flag

    Max length4000
    CmocnImpactDays
    number

    Impact Days

    💻 UI Fieldname: Days Impact

    Max length4
    CmocnCurrentChangeDays
    number

    Current Change Days

    CmocnIuUpdateDate
    string
    CmocnCurrentNonRejectedAmt
    number

    Current Non Rejected Amount

    Cdummy
    string
    Max length1
    CmocnOrigComplDateTitle
    string

    Original Completion Date Title

    Max length32
    CmocnOwnerCoCode
    string

    Owners CO # (to be unique within JB Contract - if any)

    💻 UI Fieldname: Owner Co Code

    Max length10
    CmocnExecutedDate
    string

    Executed Date

    💻 UI Fieldname: Executed Date

    CmocnOrigComplDate
    string

    Original Completion Date

    CmocnReceivedDate
    string

    Received Date

    💻 UI Fieldname: Received Date

    CmocnIuCreateDate
    string
    CmocnCompName
    string

    Company Name

    Max length30
    CmocnPriorChangeAmtTitle
    string

    Prior Change Amount Title

    Max length56
    CmocnMarginPercentage
    number

    Margin Percentage

    CmocnTitle
    string

    Title

    💻 UI Fieldname: Title

    Max length200
    CmocnMarginPercentageTitle
    string

    Margin Percentage Title

    Max length21
    CmocnNotes
    string

    Notes

    Max length4000
    CmocnOrigContractAmt
    number

    Contract Amount

    CmocnNewComplDateTitle
    string

    New Completion Date Title

    Max length72
    CmocnCurrentChangeAmt
    number

    Current Change Amount

    CmocnProposalCode
    string

    Proposal Code

    Max length10
    Responses
    201

    Created

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "CmocnCode": "050000",
      "CmocnCompCode": "001",
      "CmocnCompName": null,
      "CmocnJobCode": "14001",
      "CmocnJobName": null,
      "CmocnTitle": null,
      "CmocnPostDate": null,
      "CmocnSentDate": null,
      "CmocnReceivedDate": null,
      "CmocnBchNum": null,
      "CmocnProposalCode": null,
      "CmocnProposalName": null,
      "CmocnNotes": null,
      "CmocnIssuedDate": null,
      "CmocnExecutedDate": null,
      "CmocnImpactDays": null,
      "CmocnClosed": null,
      "CmocnJbContCode": null,
      "CmocnOwnerCoCode": null,
      "CmocnIuCreateDate": null,
      "CmocnIuUpdateDate": null,
      "CmocnTotalMarginAmtTitle": "Change Order Margin",
      "CmocnTotalMarginAmt": null,
      "CmocnMarginPercentageTitle": "Change Order Margin %",
      "CmocnMarginPercentage": null,
      "CmocnOrigContractAmtTitle": "The Original Contract Sum was",
      "CmocnOrigContractAmt": null,
      "CmocnPriorChangeAmtTitle": "Net Change By Previously Authorized Requests and Changes",
      "CmocnPriorChangesAmt": null,
      "CmocnCurrentChangeAmtTitle": "The Contract Sum will be Increased By",
      "CmocnCurrentChangeAmt": null,
      "CmocnNewContractAmtTitle": "The New Contract Sum including this Change Order",
      "CmocnNewContractAmt": null,
      "CmocnOrigComplDateTitle": "The Original Completion date was",
      "CmocnOrigComplDate": null,
      "CmocnPriorChangeDaysTitle": "Time Change Prior To This Change Order Were",
      "CmocnPriorChangeDays": null,
      "CmocnCurChangeDaysTitle": "Time Change In This Change Order is",
      "CmocnCurrentChangeDays": null,
      "CmocnNewComplDateTitle": "The Date of Substiantial Completion As Of This Change Order Therefore Is",
      "CmocnNewComplDate": null,
      "CmocnCurrentNonRejectedAmt": null,
      "CmocnOwnerApprvdAmt": null,
      "CmocnUserPrvlgFlag": null,
      "Cdummy": null,
      "CmocnVUuid": "F396762021737DDEE05316821FACD0CF",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/cm-rest-api/rest/1/cmownerchangeorder/F396762021737DDEE05316821FACD0CF",
          "name": "cmownerchangeorder",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/cm-rest-api/rest/1/cmownerchangeorder/F396762021737DDEE05316821FACD0CF",
          "name": "cmownerchangeorder",
          "kind": "item"
        }
      ]
    }
    object