View Integrated Budget Items

To view integrated budget items:

  1. Send a request to the API using the following information:
    • Endpoint: https://localhost:7001/api/restapi/project/budgetItem/externallySourced
    • Operation: GET
  2. The API should return a response similar to the following:
    • Response Code: 200
    • Example Response Body:
    [ 
              { 
                  "cbsCode": "Example CBS Code", 
                  "workspaceCode": "Example Workspace", 
                  "projectCode": "Example Project", 
                  "costSheetItemId": 36207, 
                  "projectBudgetId": 40103, 
                  "itemName": "Example Budget Item", 
                  "sourceId": "1", 
                  "budgetItemConfiguredFields": { 
                      "budgetItemId": 8002, 
                      "costFlexMap": {}, 
                      "textFlexMap": {}, 
                      "otherFlexMap": {}, 
                      "updateDate": "2018-01-25T18:33:44" 
                  }, 
                  "budgetItemId": 8002, 
                  "budgetItemCost": { 
                      "originalCost": 300, 
                      "currentCost": 700, 
                      "originalCostProject": 300, 
                      "budgetItemId": 8002, 
                      "currentCostProject": 700, 
                      "updateDate": "2018-01-25T18:35:24" 
                  }, 
                  "itemCode": "2", 
                  "itemSuffix": 2, 
                  "updateDate": "2018-01-25T18:33:44" 
              }, 
          ...more budget item objects 
          ]