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": "cd98d34c-c774-4ea1-9a66-264a95c66c22",
"Asset": {
"AssetId": "8c1d900f-6a41-4638-8f14-c38bcccef228",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d966b41f-57d7-4edc-97ce-6f6fcef2837f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cc06232a-e841-4d42-92e9-38d4268d1cfb",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1cf83e04-e693-466a-b627-e7828f34bb13",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-09T22:52:04.3576685-08:00",
"MeasurementValueNeededDate": "2025-12-09T22:52:04.3576685-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8f83f9b9-e051-4c3c-8fde-fd88d6947999",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-09T22:52:04.3576685-08:00",
"MeasurementValueNeededDate": "2025-12-09T22:52:04.3576685-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "573634b2-d256-4277-ab0f-5894ab64d9b8",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "89355e14-2761-4ae5-9604-cd7bdf92017f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d966b41f-57d7-4edc-97ce-6f6fcef2837f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cc06232a-e841-4d42-92e9-38d4268d1cfb",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "2a9a0b1c-2cdb-4cc2-a3f2-83def1e50613",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "908fc76a-6027-49f6-95c9-cc371887479f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "bdeb918f-c5e5-49e1-b44d-fd1935ae5c86",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "36b694e0-bf82-409b-962f-0657f070feb0",
"FieldId": "4a994b73-90fb-428b-a2c7-696a5f4c6cde",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "36b694e0-bf82-409b-962f-0657f070feb0",
"FieldId": "4a994b73-90fb-428b-a2c7-696a5f4c6cde",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-09T22:52:04.3576685-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ebb9d2ff-f533-4597-9eac-1592d4c7b3c4",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-09T22:52:04.3576685-08:00",
"LastValueDate": "2025-12-09T22:52:04.3576685-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "c975484d-afd7-4aea-aced-bfaba72e9f77",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-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": "f0f3ecf7-60f6-4a88-a3d4-13536f7009fd",
"Asset": {
"AssetId": "8759b725-4090-4ded-8b24-e101f6ee4a85",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f428e1f7-16a4-4dc1-9703-c701a78a1680",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "32d46dd2-320e-4652-87d3-ac6b9177b040",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1c9adae3-64b4-44cd-abb8-5c97454da13d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-09T22:52:04.3576685-08:00",
"MeasurementValueNeededDate": "2025-12-09T22:52:04.3576685-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ffc8f594-e533-4ee9-842d-60f5b5f3710a",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-09T22:52:04.3576685-08:00",
"MeasurementValueNeededDate": "2025-12-09T22:52:04.3576685-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "924e0c2e-8951-43bf-b0cb-94c269d310dd",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "8ca67d9f-6780-413c-b905-438636ef80ee",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f428e1f7-16a4-4dc1-9703-c701a78a1680",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "32d46dd2-320e-4652-87d3-ac6b9177b040",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "72acd980-0084-4f6d-a02f-a1e70e8cf939",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "96af431d-9e93-428b-9712-b7af6bdb1e4c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7485d376-ea8d-46a6-af35-6dc55a1cbd6d",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "029159ac-e054-4313-ba05-dfbea99126b3",
"FieldId": "3674fe57-c5e5-45e7-98dc-8369c300db21",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "029159ac-e054-4313-ba05-dfbea99126b3",
"FieldId": "3674fe57-c5e5-45e7-98dc-8369c300db21",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-09T22:52:04.3576685-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "dcbcbd63-fc8b-43df-b696-da8ae52dd6ec",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-09T22:52:04.3576685-08:00",
"LastValueDate": "2025-12-09T22:52:04.3576685-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "4ee2b7ac-9ffc-453e-b78d-415485c72a0e",
"CreateDate": "2025-12-09T22:52:04.3576685-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-09T22:52:04.3576685-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}