View Integrated Change Orders

To view integrated change orders:

  1. Send a request to the API using the following information:
    • Endpoint: https://localhost:7001/primeapi/restapi/project/changeOrder/externallySourced
    • Operation: GET
  2. The API should return a response similar to the following:
    • Response Code: 200
    • Example Response Body:
    [ 
              { 
                  "currencyCode": "USD", 
                  "fromCompanyName": "Example Company", 
                  "projectSourceId": "1", 
                  "toCompanyName": "Example Company Two", 
                  "associatedAgreementCode": "CMT001", 
                  "workspaceCode": "Example Workspace", 
                  "projectCode": "Example Project", 
                  "sourceId": "1", 
                  "projectId": 36103, 
                  "description": "Updated description", 
                  "status": "DRAFT", 
                  "type": "COMMITMENT", 
                  "changeOrderConfiguredFields": { 
                      "changeOrderId": 14001, 
                      "costFlexMap": {}, 
                      "textFlexMap": {}, 
                      "otherFlexMap": {}, 
                      "updateDate": "2018-01-25T21:10:25" 
                  }, 
                  "timeChange": 0, 
                  "changeOrderId": 14001, 
                  "changeOrderCost": { 
                      "changeValue": 0, 
                      "changeValueProject": 0, 
                      "changeOrderId": 14001, 
                      "changeValueCommitment": 0, 
                      "changeValueAssociatedAgreement": 0 
                  }, 
                  "fromCompanyId": 0, 
                  "toCompanyId": 0, 
                  "associatedAgreementLinkId": 22003, 
                  "currencyId": 0, 
                  "itemCode": "CO001", 
                  "itemPrefix": "CO", 
                  "itemSuffix": 1, 
                  "name": "Example Change Order", 
                  "updateDate": "2018-01-25T21:13:26" 
              }