PUT AssetMeasurementTypes
Updates an asset measurement type.
Request Information
URI Parameters
None.
Body Parameters
AssetMeasurementTypeName | 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": "af32c1f6-eaf0-4fa8-a2e1-d0598f64ff05", "Asset": { "AssetId": "b167f129-73fa-4484-ae11-a0cc398ad2be", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "adbb5c6b-d20f-4760-a23b-70fe51d4a017", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "af20a636-6f09-4de2-be50-ee2034ab9ed2", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "65ca61fc-5750-45c5-a160-33135d9f3f54", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-16T01:57:57.8183413-07:00", "MeasurementValueNeededDate": "2025-09-16T01:57:57.8183413-07:00", "SourceSystemId": "sample string 3", "CompanyId": "d0e71fc9-8cfc-4bc1-9972-f8b9ff8077ef", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-16T01:57:57.8183413-07:00", "MeasurementValueNeededDate": "2025-09-16T01:57:57.8183413-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "6c432a69-fcb8-43e2-8edf-88a02ed510ad", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "7df31a8a-04bb-48da-b4c9-cd1c57bf1e0a", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "adbb5c6b-d20f-4760-a23b-70fe51d4a017", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "af20a636-6f09-4de2-be50-ee2034ab9ed2", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "e7892e9b-4c4f-4c44-90bb-d74a14f89c9f", "Name": "sample string 1" }, "Unit": { "UnitId": "3499b159-0ca6-46c1-ab1f-7e832a3d7926", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "150d2052-dff0-4a94-96e0-3942d81d6136", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ "sample string 1", "sample string 2" ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-09-16T01:57:57.8183413-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "83f27da2-0537-4fc6-84fe-b020b9de0ecc", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 8" }, "Label": "sample string 1", "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "FrequencyNeeded": 1, "ValueNeededDate": "2025-09-16T01:57:57.8183413-07:00", "LastValueDate": "2025-09-16T01:57:57.8183413-07:00", "SourceSystemId": "sample string 2", "CompanyId": "6a6b7614-a175-487a-9bf2-d0c5b8343316", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T01:57:57.8183413-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": "a63cb789-9615-49c2-a19e-f7f1df27c310", "Asset": { "AssetId": "47f1ecf5-fe8e-41c5-95a4-6da7a1fd950a", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "36ade8fd-d27e-4bde-8149-c145148f0164", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "6b954cf1-a3f6-4342-bb67-27d47451bc1d", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "79135780-211b-494e-8a6e-69d80b3de87b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-16T01:57:57.8183413-07:00", "MeasurementValueNeededDate": "2025-09-16T01:57:57.8183413-07:00", "SourceSystemId": "sample string 3", "CompanyId": "fb2b3e09-7303-4b84-a00c-07c2aff62402", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-16T01:57:57.8183413-07:00", "MeasurementValueNeededDate": "2025-09-16T01:57:57.8183413-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "5b280e1c-8262-4cc9-9fbf-1c44812f3209", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "40eb709c-3f18-4cbc-b9b8-cf2a712d89f3", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "36ade8fd-d27e-4bde-8149-c145148f0164", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "6b954cf1-a3f6-4342-bb67-27d47451bc1d", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "135862f7-63d4-43fc-b538-ace6a096411d", "Name": "sample string 1" }, "Unit": { "UnitId": "dda1c731-a21c-4933-bdc3-997f5cffc415", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "1970e665-2d77-4b27-b3c2-cd66c0a711a9", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ "sample string 1", "sample string 2" ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-09-16T01:57:57.8183413-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "3f37ebbc-17ba-4085-a34a-3a5bc72cfb14", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 8" }, "Label": "sample string 1", "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "FrequencyNeeded": 1, "ValueNeededDate": "2025-09-16T01:57:57.8183413-07:00", "LastValueDate": "2025-09-16T01:57:57.8183413-07:00", "SourceSystemId": "sample string 2", "CompanyId": "fd38b78f-c828-4b41-83c4-2c82a74f2acd", "CreateDate": "2025-09-16T01:57:57.8183413-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T01:57:57.8183413-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }