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": "603ca4b1-e793-4d91-9ae4-8d653a0b0dd0",
"Asset": {
"AssetId": "8701745e-667d-424e-a739-d655c8421fad",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a2a24264-6054-4c92-864b-f10420ec1b1c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "12792fd6-6b38-4b5f-aea2-3fc3369ba516",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "cb465ac6-7363-4c26-aa98-e5e1f6731735",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-18T13:39:38.8831931-08:00",
"MeasurementValueNeededDate": "2026-01-18T13:39:38.8831931-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b940bfff-8e2b-48d1-860c-e8e87be8086c",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-18T13:39:38.8831931-08:00",
"MeasurementValueNeededDate": "2026-01-18T13:39:38.8831931-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e7d4ff48-3d59-40bd-b0f7-72f7fc4e5c86",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "8e84c30a-7e1c-439d-9cc5-5cc2b670386a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a2a24264-6054-4c92-864b-f10420ec1b1c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "12792fd6-6b38-4b5f-aea2-3fc3369ba516",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "87ef416c-db28-435a-ad87-3ff25fd21c8a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "920a8314-a208-491d-9576-b0e0483a3541",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4438e5fb-d0d2-4519-bc3e-6a6a6d0b5335",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f8a04797-8e7e-41aa-bdae-cc2f6555cf26",
"FieldId": "c9e27b98-bfb5-4777-ae7c-d2379103769f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f8a04797-8e7e-41aa-bdae-cc2f6555cf26",
"FieldId": "c9e27b98-bfb5-4777-ae7c-d2379103769f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-18T13:39:38.8831931-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f510f079-cb0a-41db-a534-595da03834cc",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-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-18T13:39:38.8831931-08:00",
"LastValueDate": "2026-01-18T13:39:38.8831931-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "a8cb1b7c-d83b-44b2-8ac0-12f121fb4d0f",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-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": "8a99c972-ed14-4c7d-adea-2e9881f8211b",
"Asset": {
"AssetId": "bb00c904-043e-474b-9a64-df52407801ca",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a4eb9f7f-d4c5-4697-9a9a-3e8b54c0b12d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "02075990-1754-48ea-b274-2e1154777671",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d2e428ec-cf90-4685-bd66-88349dced509",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-18T13:39:38.8831931-08:00",
"MeasurementValueNeededDate": "2026-01-18T13:39:38.8831931-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ea9fba41-3f80-4171-bf4e-76143c8ea1ba",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-18T13:39:38.8831931-08:00",
"MeasurementValueNeededDate": "2026-01-18T13:39:38.8831931-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f4bcfc0d-1e25-4a49-b17f-5d77bc4e9cd2",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "44627379-d8b4-49cf-bff6-fae1aa36bd7d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a4eb9f7f-d4c5-4697-9a9a-3e8b54c0b12d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "02075990-1754-48ea-b274-2e1154777671",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "ce3cdfc3-3d79-4ae9-bdb7-5d4b21138fa9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1578edf2-48b6-4436-a64d-12529b2d2a54",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e77b7dc1-dd81-44fe-bdce-47482bad18e9",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a71e2046-2b5c-408f-85ff-7ea4d44f21af",
"FieldId": "eaa7e68e-fa4a-48ba-b5ea-2c0b26e92445",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a71e2046-2b5c-408f-85ff-7ea4d44f21af",
"FieldId": "eaa7e68e-fa4a-48ba-b5ea-2c0b26e92445",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-18T13:39:38.8831931-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "44049281-fcd2-4a44-9270-067579a768ac",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-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-18T13:39:38.8831931-08:00",
"LastValueDate": "2026-01-18T13:39:38.8831931-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "6a2a2722-c90f-4f92-bb9e-71ff0cd02907",
"CreateDate": "2026-01-18T13:39:38.8831931-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-18T13:39:38.8831931-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}