Get Maintenance Items

Allows the user to get the list of all Maintenance Items.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "b4595562-5545-ed11-946f-000d3a8dced5",
            "number": "MI.00001",
            "displayName": "06182 REPLACEMENT UV-C LAMP T6 XL33 BY LSE LIGHTING",
            "type": "Inventory",
            "itemCategoryId": "f6595562-5545-ed11-946f-000d3a8dced5",
            "itemCategoryCode": "BULBS",
            "blocked": false,
            "gtin": "",
            "unitPrice": 0,
            "priceIncludesTax": false,
            "unitCost": 0,
            "taxGroupId": "00000000-0000-0000-0000-000000000000",
            "taxGroupCode": "",
            "baseUnitOfMeasureId": "d99582a8-b643-ed11-946f-000d3a8dc661",
            "baseUnitOfMeasureCode": "PCS",
            "generalProductPostingGroupId": "e19582a8-b643-ed11-946f-000d3a8dc661",
            "generalProductPostingGroupCode": "SERVICES",
            "inventoryPostingGroupId": "d6595562-5545-ed11-946f-000d3a8dced5",
            "inventoryPostingGroupCode": "MI",
            "lastModifiedDateTime": "2022-12-12T13:22:46.77Z",
            "usedByAssets": 0,
            "qtyOnWorkOrderPlans": 4,
            "qtyOnWorkOrder": 19,
            "qtyOnRoundPlans": 2
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy