Get Work Order Ledger Entries (Extended Asset Info)

Allows the user to get the list of Work Order Ledger Entries with extended Asset info.

Uri

GET api/dynaway/eam/beta/companies({{Company_ID}})/woLedgerEntries?$expand=woassets

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "d0982f63-6c43-eb11-8f4d-903112d154fd",
            "postingDate": "2020-10-03",
            "planNo": "WOP.000006",
            "fixedAssetNo": "",
            "type": "Resource",
            "number": "KC",
            "description": "Kimbell Commusso",
            "quantity": 0.5,
            "unitOfMeasureCode": "HOUR",
            "locationCode": "",
            "resourceWorkTypeCode": "CLEANING",
            "itemSerialNo": "",
            "itemLotNo": "",
            "expenseVendorNo": "",
            "expenseExpectedLineCostLCY": 0,
            "expenseExpectedUnitCostLCY": 0,
            "expenseActualLineCostLCY": 0,
            "woassets": [
                {
                    "id": "2f158312-6c43-eb11-8f4d-903112d154fd",
                    "assetNo": "A000007",
                    "assetCategoryCode": "UV LAMPS",
                    "assetStatusCode": "INSTALLED",
                    "assetConditionCode": "4-GOOD",
                    "assetActive": true,
                    "assetCritical": false
                }
            ]
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy