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": "baf50212-6004-47e5-b236-cea7262bc2b9",
"Asset": {
"AssetId": "e7f170c5-787d-4443-985c-71d396af1cfa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "55f57066-a5dc-49ee-b332-64f91669395f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bbcc3bf9-ff45-472f-8aa5-c241d09dea55",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7ff832bc-5987-4366-986e-94b21271508c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-08T18:39:33.6919615-08:00",
"MeasurementValueNeededDate": "2026-02-08T18:39:33.6919615-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a26546a7-7da4-4717-8222-fe0cb3d6bd31",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-08T18:39:33.6919615-08:00",
"MeasurementValueNeededDate": "2026-02-08T18:39:33.6919615-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2fa5e557-539e-40d7-9cca-f712aadfbef5",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "4bad1c24-3a84-4a0a-88f4-53d86f673237",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "55f57066-a5dc-49ee-b332-64f91669395f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bbcc3bf9-ff45-472f-8aa5-c241d09dea55",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "e3145746-b13e-4796-b5ba-2a0f1b4a1d87",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6df4f5c4-fa60-4ba9-b8af-09b7e98c9b8b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e0ddd999-c29d-4d60-8358-cccc952be78b",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "254615f4-1a91-497e-980e-9e30c53e4655",
"FieldId": "e6e1da7a-edd5-4364-a6c0-277f23fef1d4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "254615f4-1a91-497e-980e-9e30c53e4655",
"FieldId": "e6e1da7a-edd5-4364-a6c0-277f23fef1d4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-08T18:39:33.6919615-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "918f3f5b-c91a-4b69-ae1e-c9f98c9c2b94",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-08T18:39:33.6919615-08:00",
"LastValueDate": "2026-02-08T18:39:33.6919615-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "8a2bc7a5-8dd6-4ace-9574-b280331e2b72",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-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": "be77350e-575b-4e14-8cc4-3f9117746307",
"Asset": {
"AssetId": "efb0b12b-93f0-4c73-8def-df9914d3cc4e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "511d6aa8-4f3d-4ccf-9161-3b8606495731",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9a4600a5-b038-417a-97ef-0d1f6e46a636",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "95f4e093-7013-40b7-ae78-f855baada142",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-08T18:39:33.6919615-08:00",
"MeasurementValueNeededDate": "2026-02-08T18:39:33.6919615-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b435cadf-be50-45a4-8e22-b5ecead7fed3",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-08T18:39:33.6919615-08:00",
"MeasurementValueNeededDate": "2026-02-08T18:39:33.6919615-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6b054324-dc86-4724-a898-ff3d80a942cf",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "57c7498e-49b8-41ce-ab90-24313ee576a1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "511d6aa8-4f3d-4ccf-9161-3b8606495731",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9a4600a5-b038-417a-97ef-0d1f6e46a636",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "dcbf70c6-b612-49ee-b56c-be840c968381",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "98b6d009-6c32-4b2e-b8ec-c4a1d57bf52e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ffe566aa-4538-41f5-af4b-e0fcc3193909",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f9ab35d5-f669-4d90-873b-846ac066130c",
"FieldId": "43b011bd-bcb9-493e-999a-e517468fd50e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f9ab35d5-f669-4d90-873b-846ac066130c",
"FieldId": "43b011bd-bcb9-493e-999a-e517468fd50e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-08T18:39:33.6919615-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7167c8c2-3ad0-4240-8f8a-501a25340dc8",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-08T18:39:33.6919615-08:00",
"LastValueDate": "2026-02-08T18:39:33.6919615-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "32dfae86-e6d6-4e56-8560-ecb71b23d40d",
"CreateDate": "2026-02-08T18:39:33.6919615-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-08T18:39:33.6919615-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}