DELETE Measurements
Deletes the given measurement.
Request Information
URI Parameters
None.
Body Parameters
The measurement to delete.
MeasurementName | 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": "c620f339-c1ed-47a5-a253-7010f998036d", "Asset": { "AssetId": "ba93bc31-0058-4bc7-980a-3891fca08f66", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "72fcbe1a-e21b-4a4b-9b5c-74d5cbfd8b80", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "517c6ca4-ddc8-4172-b1f8-a8cdfd4d2cd8", "CreateDate": "2025-05-09T01:53:10.1183693-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-09T01:53:10.1183693-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "54fd4c19-deb4-4e23-8675-89cf3068af5e", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-05-09T01:53:10.1183693-07:00", "MeasurementValueNeededDate": "2025-05-09T01:53:10.1183693-07:00", "SourceSystemId": "sample string 3", "CompanyId": "90a2efa3-2e85-475e-b85c-403d6c493f51", "CreateDate": "2025-05-09T01:53:10.1183693-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-09T01:53:10.1183693-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-05-09T01:53:10.1183693-07:00", "MeasurementValueNeededDate": "2025-05-09T01:53:10.1183693-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "6eef5df5-1825-4877-93a7-f73068b79d62", "CreateDate": "2025-05-09T01:53:10.1183693-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-09T01:53:10.1183693-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "EffectiveDate": "2025-05-09T01:53:10.1183693-07:00", "Location": "sample string 2", "MeasurementType": { "MeasurementTypeId": "6b2ca8ba-d736-432c-a0d0-c7ffdc5bca3b", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "72fcbe1a-e21b-4a4b-9b5c-74d5cbfd8b80", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "517c6ca4-ddc8-4172-b1f8-a8cdfd4d2cd8", "CreateDate": "2025-05-09T01:53:10.1183693-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-09T01:53:10.1183693-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "b949709d-5f4f-4bc9-a141-91d572b1b9ec", "Name": "sample string 1" }, "Unit": { "UnitId": "48858d22-5457-4f52-9a52-26813b556794", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "3f7ac023-47ca-4f52-a478-17e18469cfe1", "CreateDate": "2025-05-09T01:53:10.1183693-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-09T01:53:10.1183693-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-05-09T01:53:10.1183693-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "e0c9c1fe-525a-490d-8f77-928987361f0e", "CreateDate": "2025-05-09T01:53:10.1183693-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-09T01:53:10.1183693-07:00", "LastModifiedUser": "sample string 8" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "a77ee1b3-4267-45c7-af69-ba3f3031045c", "CreateDate": "2025-05-09T01:53:10.1183693-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-09T01:53:10.1183693-07:00", "LastModifiedUser": "sample string 8" }
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | Object |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": {}, "Total": 1, "Message": "sample string 2" }