Post Device Assets

The user can create a connection between the Asset and the Measurement Device.

Uri

POST api/dynaway/eam/v1.0/companies({{Company_ID}})/deviceassets

Parameters

CopmanyID
- ID of the Company.
Measurement_Device_No
- Length <= 20 The record must exists in the database.
Asset_No
- Length <= 20 The record must exists in the database.

Form Data

{
            "measurementDeviceNo": Measurement_Device_No,
            "assetNo": Asset_No
}

JSON Response

{
    "measurementDeviceNo": Measurement_Device_No,
    "assetNo": Asset_No,
    "assetDescription": ""
}

Copyright Dynaway A/S

Privacy Policy