Get Assets Counter Entry

Allows the user to get the list of Asset Counter Entries.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "assetNo": "A00003",
            "counterNo": "UV LAMP 0003",
            "category": "UV Lamps",
            "postingDate": "2022-11-04",
            "readingValue": 3370,
            "entryNo": 10
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy