PUT AssetMeasurementTypes
Updates an asset measurement type.
Request Information
URI Parameters
None.
Body Parameters
AssetMeasurementType| Name | Description | Type | Additional information | 
|---|---|---|---|
| AssetMeasurementTypeId | globally unique identifier | None. | |
| Asset | Asset | None. | |
| MeasurementType | MeasurementType | None. | |
| Label | string | None. | |
| MinValue | decimal number | None. | |
| MaxValue | decimal number | None. | |
| MinLength | integer | None. | |
| MaxLength | integer | None. | |
| FrequencyNeeded | integer | None. | |
| ValueNeededDate | date | None. | |
| LastValueDate | date | None. | |
| SourceSystemId | string | None. | |
| CompanyId | globally unique identifier | None. | |
| CreateDate | date | None. | |
| CreateUser | string | None. | |
| LastModifiedDate | date | None. | |
| LastModifiedUser | string | None. | 
Request Formats
application/json, text/json
            Sample:
{
  "AssetMeasurementTypeId": "65887f74-fde3-47e3-92a8-cddbb9a70593",
  "Asset": {
    "AssetId": "ab6a2ecb-c52f-4769-bc01-26b2289450fd",
    "Name": "sample string 1",
    "Description": "sample string 2",
    "DisplayOrder": 1,
    "AssetType": {
      "AssetTypeId": "8606bbaf-679c-4370-a7d0-accb6099491b",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DisplayColor": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "66085bdf-b66a-4589-a08d-70eefda79cdf",
      "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
      "LastModifiedUser": "sample string 7"
    },
    "AssetGroup": {
      "AssetGroupId": "f41a5488-3bbb-4a65-8fcc-654fb6add55e",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "ParentGroup": null,
      "DisplayOrder": 1,
      "FormValueNeededDate": "2025-10-31T00:36:24.7349949-07:00",
      "MeasurementValueNeededDate": "2025-10-31T00:36:24.7349949-07:00",
      "SourceSystemId": "sample string 3",
      "CompanyId": "2a64053e-336f-4ed6-8e77-9d924b4109e1",
      "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
      "CreateUser": "sample string 5",
      "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
      "LastModifiedUser": "sample string 6"
    },
    "ParentAsset": null,
    "Location": "sample string 3",
    "Barcode": {
      "Format": 0,
      "Code": "sample string 1"
    },
    "FormValueNeededDate": "2025-10-31T00:36:24.7349949-07:00",
    "MeasurementValueNeededDate": "2025-10-31T00:36:24.7349949-07:00",
    "HasChildren": true,
    "SourceSystemId": "sample string 5",
    "CompanyId": "bfed79d3-3cf0-4b35-b524-33960a25d7a4",
    "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
    "CreateUser": "sample string 7",
    "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
    "LastModifiedUser": "sample string 8"
  },
  "MeasurementType": {
    "MeasurementTypeId": "218d4401-4e69-4207-a92b-9fee0d582373",
    "Name": "sample string 1",
    "Description": "sample string 2",
    "AssetType": {
      "AssetTypeId": "8606bbaf-679c-4370-a7d0-accb6099491b",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DisplayColor": "sample string 3",
      "SourceSystemId": "sample string 4",
      "CompanyId": "66085bdf-b66a-4589-a08d-70eefda79cdf",
      "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
      "CreateUser": "sample string 6",
      "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
      "LastModifiedUser": "sample string 7"
    },
    "DataType": {
      "DataTypeId": "9c949fca-663c-4cce-86b1-38936b00580f",
      "Name": "sample string 1"
    },
    "Unit": {
      "UnitId": "41b3179b-8115-4b7f-9fa2-c1328388b0a2",
      "Code": "sample string 1",
      "Description": "sample string 2",
      "SourceSystemId": "sample string 3",
      "CompanyId": "da5cf75a-5d22-46fd-b7ca-a507c2657e85",
      "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
      "CreateUser": "sample string 5",
      "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
      "LastModifiedUser": "sample string 6"
    },
    "MinValue": 1.0,
    "MaxValue": 1.0,
    "MinLength": 1,
    "MaxLength": 1,
    "HasValidValues": true,
    "ValidValues": [
      {
        "ValidValueId": "08a556e0-9fa5-4117-9e58-cb76d14ccb32",
        "FieldId": "f54f9a40-5b2f-4458-8214-d50c9c0e76b9",
        "FieldName": "sample string 1",
        "FieldLabel": "sample string 2",
        "ValueText": "sample string 3",
        "LabelText": "sample string 4"
      },
      {
        "ValidValueId": "08a556e0-9fa5-4117-9e58-cb76d14ccb32",
        "FieldId": "f54f9a40-5b2f-4458-8214-d50c9c0e76b9",
        "FieldName": "sample string 1",
        "FieldLabel": "sample string 2",
        "ValueText": "sample string 3",
        "LabelText": "sample string 4"
      }
    ],
    "FrequencyNeeded": 1,
    "ValueNeededDate": "2025-10-31T00:36:24.7349949-07:00",
    "IsAccumulator": true,
    "SourceSystemId": "sample string 5",
    "CompanyId": "f391c6b4-8549-415d-92d2-a8fa251c2863",
    "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
    "CreateUser": "sample string 7",
    "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
    "LastModifiedUser": "sample string 8"
  },
  "Label": "sample string 1",
  "MinValue": 1.0,
  "MaxValue": 1.0,
  "MinLength": 1,
  "MaxLength": 1,
  "FrequencyNeeded": 1,
  "ValueNeededDate": "2025-10-31T00:36:24.7349949-07:00",
  "LastValueDate": "2025-10-31T00:36:24.7349949-07:00",
  "SourceSystemId": "sample string 2",
  "CompanyId": "fc536ac1-d894-45a1-807a-99ef85a47b6a",
  "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
  "CreateUser": "sample string 4",
  "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
  "LastModifiedUser": "sample string 5"
}
        Response Information
Resource Description
On success, the updated asset measurement type.
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Data | AssetMeasurementType | None. | |
| Total | integer | None. | |
| Message | string | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "Data": {
    "AssetMeasurementTypeId": "a3a0a92e-f671-4714-85ad-2abe2d900e16",
    "Asset": {
      "AssetId": "cda131d8-5530-48f4-abab-01cc85c96078",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "DisplayOrder": 1,
      "AssetType": {
        "AssetTypeId": "ff92f4a0-9f8e-4414-8dfc-c555bfad6d2f",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayColor": "sample string 3",
        "SourceSystemId": "sample string 4",
        "CompanyId": "427e8c59-f604-44d2-8b9d-1092ef2edbd9",
        "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "AssetGroup": {
        "AssetGroupId": "ace01883-023c-4b37-b5a7-2ef4dd1e90ac",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "ParentGroup": null,
        "DisplayOrder": 1,
        "FormValueNeededDate": "2025-10-31T00:36:24.7349949-07:00",
        "MeasurementValueNeededDate": "2025-10-31T00:36:24.7349949-07:00",
        "SourceSystemId": "sample string 3",
        "CompanyId": "22d1a7ac-376e-4714-a3aa-a1e59e9d5192",
        "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
        "CreateUser": "sample string 5",
        "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
        "LastModifiedUser": "sample string 6"
      },
      "ParentAsset": null,
      "Location": "sample string 3",
      "Barcode": {
        "Format": 0,
        "Code": "sample string 1"
      },
      "FormValueNeededDate": "2025-10-31T00:36:24.7349949-07:00",
      "MeasurementValueNeededDate": "2025-10-31T00:36:24.7349949-07:00",
      "HasChildren": true,
      "SourceSystemId": "sample string 5",
      "CompanyId": "8d16347b-0f55-4cd1-b735-26861fae3fbe",
      "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
      "LastModifiedUser": "sample string 8"
    },
    "MeasurementType": {
      "MeasurementTypeId": "55036a63-3e8a-40f0-852d-caafea42d9df",
      "Name": "sample string 1",
      "Description": "sample string 2",
      "AssetType": {
        "AssetTypeId": "ff92f4a0-9f8e-4414-8dfc-c555bfad6d2f",
        "Name": "sample string 1",
        "Description": "sample string 2",
        "DisplayColor": "sample string 3",
        "SourceSystemId": "sample string 4",
        "CompanyId": "427e8c59-f604-44d2-8b9d-1092ef2edbd9",
        "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
        "CreateUser": "sample string 6",
        "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
        "LastModifiedUser": "sample string 7"
      },
      "DataType": {
        "DataTypeId": "58efc8fa-cfe6-44e6-b41c-9189ac53ecfc",
        "Name": "sample string 1"
      },
      "Unit": {
        "UnitId": "b9b10fc8-0fcb-433e-a769-4d659c4cb3d9",
        "Code": "sample string 1",
        "Description": "sample string 2",
        "SourceSystemId": "sample string 3",
        "CompanyId": "f7bd0025-6411-4752-aabd-b4b65f39d876",
        "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
        "CreateUser": "sample string 5",
        "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
        "LastModifiedUser": "sample string 6"
      },
      "MinValue": 1.0,
      "MaxValue": 1.0,
      "MinLength": 1,
      "MaxLength": 1,
      "HasValidValues": true,
      "ValidValues": [
        {
          "ValidValueId": "1b1325fc-58bd-4323-971a-7c4564961bfc",
          "FieldId": "154241f6-a34b-4505-b7d7-2f87603d6d9b",
          "FieldName": "sample string 1",
          "FieldLabel": "sample string 2",
          "ValueText": "sample string 3",
          "LabelText": "sample string 4"
        },
        {
          "ValidValueId": "1b1325fc-58bd-4323-971a-7c4564961bfc",
          "FieldId": "154241f6-a34b-4505-b7d7-2f87603d6d9b",
          "FieldName": "sample string 1",
          "FieldLabel": "sample string 2",
          "ValueText": "sample string 3",
          "LabelText": "sample string 4"
        }
      ],
      "FrequencyNeeded": 1,
      "ValueNeededDate": "2025-10-31T00:36:24.7349949-07:00",
      "IsAccumulator": true,
      "SourceSystemId": "sample string 5",
      "CompanyId": "09bb4f74-64c3-477e-a094-800fa1a635ef",
      "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
      "CreateUser": "sample string 7",
      "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
      "LastModifiedUser": "sample string 8"
    },
    "Label": "sample string 1",
    "MinValue": 1.0,
    "MaxValue": 1.0,
    "MinLength": 1,
    "MaxLength": 1,
    "FrequencyNeeded": 1,
    "ValueNeededDate": "2025-10-31T00:36:24.7349949-07:00",
    "LastValueDate": "2025-10-31T00:36:24.7349949-07:00",
    "SourceSystemId": "sample string 2",
    "CompanyId": "3f7794c8-9c5b-44b0-92cc-fa2c64318bba",
    "CreateDate": "2025-10-31T00:36:24.7349949-07:00",
    "CreateUser": "sample string 4",
    "LastModifiedDate": "2025-10-31T00:36:24.7349949-07:00",
    "LastModifiedUser": "sample string 5"
  },
  "Total": 1,
  "Message": "sample string 1"
}