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": "d7c8e18e-dd30-4c00-bb2a-4fa6301239c5",
"Asset": {
"AssetId": "736351a2-f941-430d-8dca-9366abf7d86e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1c54d032-1c09-4fda-83dd-699dfcf3eb4c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1e8b418a-36cc-4418-a63c-20dcf6e58d63",
"CreateDate": "2026-06-25T14:26:28.7295661-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-25T14:26:28.7295661-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "26270135-e5a5-4236-96e3-50b22e5b52de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-25T14:26:28.7295661-07:00",
"MeasurementValueNeededDate": "2026-06-25T14:26:28.7295661-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "dd05448a-1451-47c7-ae7b-a78186322787",
"CreateDate": "2026-06-25T14:26:28.7295661-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-25T14:26:28.7295661-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-25T14:26:28.7295661-07:00",
"MeasurementValueNeededDate": "2026-06-25T14:26:28.7295661-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "5bcfbb3a-32c8-4a50-9dce-8a1fc578d948",
"CreateDate": "2026-06-25T14:26:28.7295661-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-25T14:26:28.7295661-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "7bb1d60e-3ebe-4996-8de8-239f063d737e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1c54d032-1c09-4fda-83dd-699dfcf3eb4c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1e8b418a-36cc-4418-a63c-20dcf6e58d63",
"CreateDate": "2026-06-25T14:26:28.7295661-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-25T14:26:28.7295661-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "355530b6-c496-4715-9b2d-149f15f4f36b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e12b67af-1517-4bac-8bd6-db37127a9f4a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3d3fcb07-ad16-41b7-87a2-078721d4fbc9",
"CreateDate": "2026-06-25T14:26:28.7295661-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-25T14:26:28.7295661-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d9bf3f2e-6da6-4d80-83ad-e251eacf6e68",
"FieldId": "b4276bed-e3ea-42bc-8932-3aa191d7386a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d9bf3f2e-6da6-4d80-83ad-e251eacf6e68",
"FieldId": "b4276bed-e3ea-42bc-8932-3aa191d7386a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-25T14:26:28.7295661-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "273f0b05-653b-469b-8747-a66b97401966",
"CreateDate": "2026-06-25T14:26:28.7295661-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-25T14:26:28.7295661-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-25T14:26:28.7295661-07:00",
"LastValueDate": "2026-06-25T14:26:28.7295661-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "a5d35956-9781-4579-a3f4-4f7b749a7754",
"CreateDate": "2026-06-25T14:26:28.7295661-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-25T14:26:28.7295661-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": "4119e48f-7068-4687-9fb8-1db8a26bf826",
"Asset": {
"AssetId": "842441be-d239-4549-88b5-bb18467d2d6c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d238cd83-3c09-413c-9a25-ce1e900d381e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "55c6e94b-f12a-4b8f-8a95-98d9ef72c570",
"CreateDate": "2026-06-25T14:26:28.7452361-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-25T14:26:28.7452361-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a306405e-a865-44dc-9758-a46cfd4bcefd",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-25T14:26:28.7452361-07:00",
"MeasurementValueNeededDate": "2026-06-25T14:26:28.7452361-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "463a9892-418d-4471-a0f3-27f4aded786a",
"CreateDate": "2026-06-25T14:26:28.7452361-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-25T14:26:28.7452361-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-25T14:26:28.7452361-07:00",
"MeasurementValueNeededDate": "2026-06-25T14:26:28.7452361-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "abffbee0-c1df-4313-a7ef-6a809c441f27",
"CreateDate": "2026-06-25T14:26:28.7452361-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-25T14:26:28.7452361-07:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "01bcef5e-bb45-4734-aab7-93d265811e2c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d238cd83-3c09-413c-9a25-ce1e900d381e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "55c6e94b-f12a-4b8f-8a95-98d9ef72c570",
"CreateDate": "2026-06-25T14:26:28.7452361-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-25T14:26:28.7452361-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "cf7c74a2-5116-4793-b64c-8218145a1394",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "cfe6bbb5-c2d9-474a-80ea-c5ae88c844f6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e1f2867f-9129-49f6-ad18-706afc012bde",
"CreateDate": "2026-06-25T14:26:28.7452361-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-25T14:26:28.7452361-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d6df7c0d-d788-455e-b95c-e7741ee33790",
"FieldId": "0ae22f24-01db-46be-b878-dd63e513b09b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d6df7c0d-d788-455e-b95c-e7741ee33790",
"FieldId": "0ae22f24-01db-46be-b878-dd63e513b09b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-25T14:26:28.7452361-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "c3a66fca-64f6-4f8f-9490-580fbc15f0de",
"CreateDate": "2026-06-25T14:26:28.7452361-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-25T14:26:28.7452361-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-25T14:26:28.7452361-07:00",
"LastValueDate": "2026-06-25T14:26:28.7452361-07:00",
"SourceSystemId": "sample string 2",
"CompanyId": "707a36e8-4047-4bfe-9a92-3b0fd38736e3",
"CreateDate": "2026-06-25T14:26:28.7452361-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-25T14:26:28.7452361-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}