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": "eedb9d3f-4d19-419c-8a4b-cbf85ea4a16d",
"Asset": {
"AssetId": "59ead77d-5623-4b2d-a072-5e83f158fe25",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "49464a61-1e17-4443-96cc-b9c97c821c0a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "42284cc0-9feb-40c5-8044-16afdc2577aa",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "8a832629-9543-4d99-8001-aff03a031de8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-09T19:26:37.7136687-07:00",
"MeasurementValueNeededDate": "2026-06-09T19:26:37.7136687-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d4f1f7b8-750c-4d92-a963-183ae01c1ed4",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-09T19:26:37.7136687-07:00",
"MeasurementValueNeededDate": "2026-06-09T19:26:37.7136687-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "c9ada930-f0b6-47f1-a0fd-e5f743bb41ec",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "52ce851a-4a6e-43ea-a71a-8ce4a28c64b8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "49464a61-1e17-4443-96cc-b9c97c821c0a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "42284cc0-9feb-40c5-8044-16afdc2577aa",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "f4b578c5-aee6-47a1-9f3a-bcffde193199",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f501b562-ad6e-4a95-afd5-2bc0d46a420c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ec68bb50-0f24-47c3-9543-c68238ac96fc",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "bd249e9e-2bc2-4277-9cae-a648c2ddea16",
"FieldId": "9ee0e004-f3a5-44fd-a1f8-64fb8514ae3e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "bd249e9e-2bc2-4277-9cae-a648c2ddea16",
"FieldId": "9ee0e004-f3a5-44fd-a1f8-64fb8514ae3e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-09T19:26:37.7136687-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "554e07cf-ac27-41be-b8ac-0132fa415c3f",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-09T19:26:37.7136687-07:00",
"LastValueDate": "2026-06-09T19:26:37.7136687-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "99e304e3-cdbc-4ba5-9512-0eef833e8955",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-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": "75dfaab3-2c2e-4fca-bcf9-7a19b5ea0ba3",
"Asset": {
"AssetId": "3c9a8315-4e52-47bb-ad3f-6a21f75c304a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6f9faeb8-d6d2-4ad6-ac2a-8f97d563a35d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0a5d0ab1-1dd7-48be-88f8-7723035d5db6",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "27d4e8fc-480d-4338-acc1-d521c55e7e99",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-09T19:26:37.7136687-07:00",
"MeasurementValueNeededDate": "2026-06-09T19:26:37.7136687-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "502043c6-a7df-4374-bb4d-2481f58123eb",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-09T19:26:37.7136687-07:00",
"MeasurementValueNeededDate": "2026-06-09T19:26:37.7136687-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "55be43db-bacc-41dd-8727-3f4b2ce69340",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "1f71c25e-ccb4-4823-ad37-6088715ac87c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6f9faeb8-d6d2-4ad6-ac2a-8f97d563a35d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0a5d0ab1-1dd7-48be-88f8-7723035d5db6",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "2867d1b4-7735-49ba-adc7-0083cb27f58f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "862089cd-539f-47a6-afea-236f37ac1214",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c78636cd-1880-48bc-81f7-98b9b08ab0cc",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "097b57b9-d24f-4dda-9d63-19babd818b14",
"FieldId": "78ca48e7-6e3d-4cc3-a46e-fa0fafacdbd9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "097b57b9-d24f-4dda-9d63-19babd818b14",
"FieldId": "78ca48e7-6e3d-4cc3-a46e-fa0fafacdbd9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-09T19:26:37.7136687-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "204b0898-935a-4657-b6e2-5095be6281a6",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-09T19:26:37.7136687-07:00",
"LastValueDate": "2026-06-09T19:26:37.7136687-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "ba64e724-f903-4cb5-9a44-43ef1772819b",
"CreateDate": "2026-06-09T19:26:37.7136687-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-09T19:26:37.7136687-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}