Get Maintenance Budet Entries

Allows the user to get the list of Maintenance Budget Entries.

Uri

GET api/dynaway/eam/v1.0/companies({{Company_ID}})/workOrderPlans

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "c0637482-9c47-ec11-9f08-000d3a8d958e",
            "entryNo": 1,
            "budgetName": "ASSET",
            "assetNo": "A000002",
            "assetCategory": "",
            "assetLocation": "",
            "correctiveMaintenance": false,
            "workOrderCategory": "",
            "resourceCost": 2000,
            "itemCost": 0,
            "expenseCost": 0,
            "totalCost": 2000,
            "budgetDimension1": "",
            "budgetDimension2": "DEP 2",
            "budgetDimension3": "",
            "budgetDimension4": "",
            "description": "",
            "dimensionSetID": 4
        }
...
    ]
}

Copyright Dynaway A/S

Privacy Policy