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": "e9e6b42c-35bd-4307-980a-f5c25fcbb5e5",
"Asset": {
"AssetId": "77e41dd3-4dd2-4d71-b3e6-99cf7b9cca2b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "35da0850-eca7-44b3-a9d8-56695e88feed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1bed407e-f489-4197-b64f-b240ef53396c",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "6321dea4-3648-44db-ad42-d146c6546b31",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T16:19:21.7962538-08:00",
"MeasurementValueNeededDate": "2026-01-16T16:19:21.7962538-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ad4bcfce-8752-4be0-9b40-dae2224d6bf6",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-16T16:19:21.7962538-08:00",
"MeasurementValueNeededDate": "2026-01-16T16:19:21.7962538-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "710334ea-e1f7-468c-9378-c5bbe7b7ec24",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "06259c97-58a9-4b5e-b285-9af36e05e200",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "35da0850-eca7-44b3-a9d8-56695e88feed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1bed407e-f489-4197-b64f-b240ef53396c",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "52dc7a64-f27d-4bd6-9295-fde887fffdc7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f853e7b1-9450-481e-9bb0-184b7a03ceac",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c516498e-04d5-4e2a-89e3-727a49e4abda",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "365910e1-72bb-4fb8-a470-2617734fa183",
"FieldId": "41e97fce-76f4-462c-a2b7-43bfdee35158",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "365910e1-72bb-4fb8-a470-2617734fa183",
"FieldId": "41e97fce-76f4-462c-a2b7-43bfdee35158",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-16T16:19:21.7962538-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "09adcc93-c54e-41c0-97ea-7cc2be086e74",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-16T16:19:21.7962538-08:00",
"LastValueDate": "2026-01-16T16:19:21.7962538-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "59c12eae-b180-494d-bc93-304ce0a553b2",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08: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": "db063071-9db8-47dd-940c-5c91a1b116fd",
"Asset": {
"AssetId": "240f994b-9d15-4ccb-bb64-b77c8e87105d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "fc43a3ab-16ca-493c-80a1-ed54b9ae912f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "29f325c0-c8d7-4deb-b76e-573fb8b60d1e",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "148cc96f-6cfb-4ede-9cac-b9013d1fd976",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T16:19:21.7962538-08:00",
"MeasurementValueNeededDate": "2026-01-16T16:19:21.7962538-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cdc0676d-bccf-4a91-9f7e-a70a1fa111a0",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-16T16:19:21.7962538-08:00",
"MeasurementValueNeededDate": "2026-01-16T16:19:21.7962538-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b14f86e4-2da1-4155-8ed9-bc57a070e446",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "8404b7ea-9175-4e09-acbc-d95608e770ff",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "fc43a3ab-16ca-493c-80a1-ed54b9ae912f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "29f325c0-c8d7-4deb-b76e-573fb8b60d1e",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "ac57db30-bf88-4f6c-8211-b54fe671cea9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b205ab90-d64e-47a8-a7a3-cee218f5c97b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f096d7bc-276e-4892-8413-775819e21acb",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8f0b03b6-aa75-42a9-b759-690c72f8eec2",
"FieldId": "19a7bb1e-53e3-479b-8d76-74b9a178acdb",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8f0b03b6-aa75-42a9-b759-690c72f8eec2",
"FieldId": "19a7bb1e-53e3-479b-8d76-74b9a178acdb",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-16T16:19:21.7962538-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "653affe5-e85e-4580-a503-19cd1d7e986b",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-16T16:19:21.7962538-08:00",
"LastValueDate": "2026-01-16T16:19:21.7962538-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "1fb78e2f-77e2-4c8b-9812-76a7effcadb3",
"CreateDate": "2026-01-16T16:19:21.7962538-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T16:19:21.7962538-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}