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": "8d5c3354-1c7d-ec11-b85a-000d3a74601f",
            "postingDate": "2022-01-21",
            "planNo": "WOP.000026",
            "fixedAssetNo": "",
            "type": "Resource",
            "number": "DC",
            "description": "Doy Copeman",
            "quantity": 1,
            "unitOfMeasureCode": "HOUR",
            "locationCode": "",
            "resourceWorkTypeCode": "",
            "itemSerialNo": "",
            "itemLotNo": "",
            "expenseVendorNo": "",
            "expenseExpectedLineCostLCY": 0,
            "expenseExpectedUnitCostLCY": 0,
            "expenseActualLineCostLCY": 0,
            "billToCustomerNo": "",
            "billable": false,
            "woassets": [
                {
                    "id": "a6ea34ee-4179-ec11-bf26-000d3a74601f",
                    "assetNo": "A000155",
                    "assetCategoryCode": "CUTTERS PARTS",
                    "assetStatusCode": "INSTALLED",
                    "assetConditionCode": "4-GOOD",
                    "assetActive": true,
                    "assetCritical": false
                }
            ]
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy