Get Assets Locations

Allows the user to get the list of Assets Locations.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "locationCode": "H1.MH",
            "id": "d8b91d57-317c-eb11-9179-9ef557180287",
            "name": "Hall 1 - Main Hall",
            "warehouseLocationCode": "WORK H1",
            "address": "",
            "address2": "",
            "city": "",
            "countryCode": "",
            "county": "",
            "contact": ""
        },
        {
            "locationCode": "H1.MH.S.001",
            "id": "d9b91d57-317c-eb11-9179-9ef557180287",
            "name": "Hall 1 - Main Hall - Section 1",
            "warehouseLocationCode": "WORK H1",
            "address": "",
            "address2": "",
            "city": "",
            "countryCode": "",
            "county": "",
            "contact": ""
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy