Post Measurement

Allows the user to post the Measurement.

Uri

POST /api/dynaway/eam/v1.0/companies({{CompanyID}})/measurements

Parameters

CompanyID
- ID of the Company.
MeasurementNo
- Length: <= 20 characters.
MeasurementName
- Length: <= 100 characters.
MeasurementUnit
- Length: <= 20 characters. Used Measurement Unit must exist in the database.

Form Data

{
            "no": "MeasurementNo",
            "name": "MeasurementName",
            "unit": "MeasurementUnit"
}

JSON Response

{
    "no": "MeasurementNo",
    "name": "MeasurementName",
    "unit": "MeasurementUnit"
}

Copyright Dynaway A/S

Privacy Policy