Get Assets Locations

Allows the user to get the list of Assets Locations.

Uri

GET api/dynaway/eamAnalytics/v1.0/companies({{Company_ID}})/assetsLocations

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "6cc60fca-2479-ec11-bf26-000d3a74601f",
            "locationCode": "H1.MH",
            "name": "Hall 1 - Main Hall",
            "warehouseLocationCode": "WORK H1",
            "address": "",
            "address2": "",
            "city": "",
            "countryCode": "",
            "county": "",
            "contact": "",
            "parentLocationCode": "",
            "defaultCustomerNo": "",
            "status": "Open"
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy