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": "3a41acdd-9fe3-4477-8371-497502be8227",
"Asset": {
"AssetId": "ea078faf-7405-405c-aed0-8766640bfe0b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "01ffe591-f729-4812-bc5e-3040f9a55a87",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "558820f5-b67e-494e-8e23-fb30d62f0b07",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "017e2696-b48d-4159-811c-aa1297b65d43",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-21T00:23:03.7422614-07:00",
"MeasurementValueNeededDate": "2026-07-21T00:23:03.7422614-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b2206819-248f-453f-afdd-a6e0969716ba",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-21T00:23:03.7422614-07:00",
"MeasurementValueNeededDate": "2026-07-21T00:23:03.7422614-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "41e8dfc4-51ed-4e0b-afbe-0b015b396a24",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "610867f0-8cbf-43b8-a355-e3012ecfd333",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "01ffe591-f729-4812-bc5e-3040f9a55a87",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "558820f5-b67e-494e-8e23-fb30d62f0b07",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "6d5de3c8-cf31-4732-9712-9fa4867b9d2d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "066ca0da-d78d-49a1-8f80-18a781f38ba8",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e1b089de-1933-4ac9-9fde-c4329ee958c8",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7e4115b2-9c5b-4b91-be2b-b2bea8cb145e",
"FieldId": "e1d23853-ca05-46ab-a637-bb77ecf7e01f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7e4115b2-9c5b-4b91-be2b-b2bea8cb145e",
"FieldId": "e1d23853-ca05-46ab-a637-bb77ecf7e01f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-21T00:23:03.7422614-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "093199ce-f474-41e0-9f84-980ebda20d3e",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-21T00:23:03.7422614-07:00",
"LastValueDate": "2026-07-21T00:23:03.7422614-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "721f31da-a65e-46e9-b3b2-9dd1e55c716b",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-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": "f628870a-5fda-4f6c-9626-516abffdff52",
"Asset": {
"AssetId": "f0fb32ea-2bef-43ff-8879-09b5d37740d9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e7539c3c-3204-4e83-83be-44c70b117fde",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d4ededf6-d4aa-40ce-9ef8-1ab508b18ecb",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9e28bec7-5a16-4d8e-8b70-f8d03b7bd788",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-21T00:23:03.7422614-07:00",
"MeasurementValueNeededDate": "2026-07-21T00:23:03.7422614-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "17c0ce23-f276-4b23-9535-b774fa6e4410",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-21T00:23:03.7422614-07:00",
"MeasurementValueNeededDate": "2026-07-21T00:23:03.7422614-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "34247605-af33-46c9-809a-e3fcb44d376a",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "bc33c860-41ee-46ce-b3f7-99ea3627fe53",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e7539c3c-3204-4e83-83be-44c70b117fde",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d4ededf6-d4aa-40ce-9ef8-1ab508b18ecb",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "90ded0ad-afde-4f20-8d0b-5b67baeeae23",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d6015f98-d329-4f79-8e8d-7ca12ab1fdaa",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4580ee5d-c68d-4cf2-9b3e-b2607e479f67",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7e20fafb-1973-4206-b701-547b8a530adc",
"FieldId": "09720fb8-407c-4fdc-941f-6d64f1917e03",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7e20fafb-1973-4206-b701-547b8a530adc",
"FieldId": "09720fb8-407c-4fdc-941f-6d64f1917e03",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-21T00:23:03.7422614-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e1280d36-71a6-43b6-a20d-f65dbc14e737",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-21T00:23:03.7422614-07:00",
"LastValueDate": "2026-07-21T00:23:03.7422614-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "d9d5033f-d8ab-4959-9253-5491335f29b2",
"CreateDate": "2026-07-21T00:23:03.7422614-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-21T00:23:03.7422614-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}