Post Measurement Device

Allows the user to create a Measurement Device.

Uri

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

Parameters

CompanyID
- ID of the Company.
Measurement_Device_No
- Length <= 50 Might be empty - then no. will be created by system.
Description
- Length <= 100
Boolean
Manufacturer_Code
- Length <= 20
Profile_Code
- Length <= 20 All measurements will be added automatically to the device if they are set up for used profile.
IMEI
- Length <= 100
Model_No
- Length <= 100
External_No
- Length <= 100
Serial_No
- Length <= 100

Form Data

{
            "no": Measurement_Device_No,
            "description": Description,
            "active": Boolean,
            "manufacturerCode": Manufacturer_Code,
            "profileCode": Profile_Code,
            "imei": IMEI,
            "modelNumber": Model_No,
            "externalNo": External_No,
            "serialNumber": Serial_No
}

JSON Response

{
    "no": Measurement_Device_No,
    "description": Description,
    "profileCode": Profile_Code,
    "active": Boolean,
    "manufacturerCode": Manufacturer_Code,
    "imei": IMEI,
    "modelNumber": Model_No,
    "externalNo": External_No,
    "serialNumber": Serial_No
}

Copyright Dynaway A/S

Privacy Policy