PUT Measurements
Updates the given measurement.
Request Information
URI Parameters
None.
Body Parameters
The measurement to update
Measurement| Name | Description | Type | Additional information |
|---|---|---|---|
| MeasurementId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| ValueText | string |
None. |
|
| EffectiveDate | date |
None. |
|
| Location | string |
None. |
|
| MeasurementType | MeasurementType |
None. |
|
| IsValid | boolean |
None. |
|
| IsValidMessage | string |
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:
{
"MeasurementId": "c49064e7-bc78-4fe6-b330-018ad22de400",
"Asset": {
"AssetId": "33ef6c21-4469-4a1c-b486-cd59301bea28",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "31c65577-004d-464c-8328-239210744898",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "99ddb46a-8b6f-4a99-9d6c-f197b1628bfd",
"CreateDate": "2025-12-21T04:49:15.9708975-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T04:49:15.9708975-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "470785b4-b00e-43cb-9a8e-07483dfe8405",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-21T04:49:15.9708975-08:00",
"MeasurementValueNeededDate": "2025-12-21T04:49:15.9708975-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "80264bfb-5e6d-481e-a6a8-936288b5d66d",
"CreateDate": "2025-12-21T04:49:15.9708975-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T04:49:15.9708975-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-21T04:49:15.9708975-08:00",
"MeasurementValueNeededDate": "2025-12-21T04:49:15.9708975-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4113513e-0a86-49ce-bf33-a68c18788db9",
"CreateDate": "2025-12-21T04:49:15.9708975-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T04:49:15.9708975-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2025-12-21T04:49:15.9708975-08:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "d47cc1eb-40e8-418f-b4f7-377a0aa36b68",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "31c65577-004d-464c-8328-239210744898",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "99ddb46a-8b6f-4a99-9d6c-f197b1628bfd",
"CreateDate": "2025-12-21T04:49:15.9708975-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T04:49:15.9708975-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "532c93d6-9cca-4493-88d5-402c88366e95",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c1749e30-000a-458a-a661-49b36ef50a29",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ed3ca5e8-aff5-4cdd-929c-fb03a13cdc25",
"CreateDate": "2025-12-21T04:49:15.9708975-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T04:49:15.9708975-08: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-12-21T04:49:15.9708975-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "19d45407-582b-4e7f-8d6f-6599b9a3a904",
"CreateDate": "2025-12-21T04:49:15.9708975-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T04:49:15.9708975-08:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0e591f53-b2e4-47dd-a7dd-f3443863c97a",
"CreateDate": "2025-12-21T04:49:15.9708975-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T04:49:15.9708975-08:00",
"LastModifiedUser": "sample string 8"
}
Response Information
Resource Description
On success, the updated measurement.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Measurement |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"MeasurementId": "d44e6c42-2279-4cad-bfbb-a70b77c6f614",
"Asset": {
"AssetId": "322bb9a2-7f5a-40e3-ad0f-15cca7243cbd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3f6f5373-9082-4d6e-a253-54df4fe2da7c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "212c966a-b968-4322-b778-18363cc773cf",
"CreateDate": "2025-12-21T04:49:15.9864715-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T04:49:15.9864715-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1c90b268-1fb9-4050-9fa7-7f5727041208",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-21T04:49:15.9864715-08:00",
"MeasurementValueNeededDate": "2025-12-21T04:49:15.9864715-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "89c0e522-ad6e-4802-b9e2-2433f81ad53d",
"CreateDate": "2025-12-21T04:49:15.9864715-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T04:49:15.9864715-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-21T04:49:15.9864715-08:00",
"MeasurementValueNeededDate": "2025-12-21T04:49:15.9864715-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a5300784-14d7-4a5d-ad7f-8e97a1015b64",
"CreateDate": "2025-12-21T04:49:15.9864715-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T04:49:15.9864715-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2025-12-21T04:49:15.9864715-08:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "58a39fd8-0b68-4cc3-93e3-6764c8d679aa",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3f6f5373-9082-4d6e-a253-54df4fe2da7c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "212c966a-b968-4322-b778-18363cc773cf",
"CreateDate": "2025-12-21T04:49:15.9864715-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T04:49:15.9864715-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "75cf218f-38d4-4a6b-b26c-0669b8805f5a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f678cd63-105d-45d1-9f5a-1422b5b6f142",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "56fb2a65-fe63-4b4a-b9e4-f8819df6a927",
"CreateDate": "2025-12-21T04:49:15.9864715-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T04:49:15.9864715-08: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-12-21T04:49:15.9864715-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d7636580-1665-4d7d-9d0d-9ccdc7d7d3f6",
"CreateDate": "2025-12-21T04:49:15.9864715-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T04:49:15.9864715-08:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d56f135e-0653-4cc5-8dfd-7e69a9f3b667",
"CreateDate": "2025-12-21T04:49:15.9864715-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T04:49:15.9864715-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}