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": "5f93d2c8-c531-458a-9e7f-bb022d24613d", "Asset": { "AssetId": "9814b125-e08b-4fb8-bd3a-36fb8b5c3902", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "cd0a49fe-3434-4014-8877-d5a172181cef", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "9dab37e7-c7a6-40e0-ae31-51954ea22620", "CreateDate": "2025-02-05T07:56:52.8168616-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T07:56:52.8168616-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "1708fe71-aab3-464d-9df8-61d55db3b97c", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-02-05T07:56:52.8168616-08:00", "MeasurementValueNeededDate": "2025-02-05T07:56:52.8168616-08:00", "SourceSystemId": "sample string 3", "CompanyId": "5ab59ecb-b7d8-4230-8091-3e1a33757c04", "CreateDate": "2025-02-05T07:56:52.8168616-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T07:56:52.8168616-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-02-05T07:56:52.8168616-08:00", "MeasurementValueNeededDate": "2025-02-05T07:56:52.8168616-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "63be66f0-8a0d-42fa-b3fe-2d035bfee93b", "CreateDate": "2025-02-05T07:56:52.8168616-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T07:56:52.8168616-08:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "EffectiveDate": "2025-02-05T07:56:52.8168616-08:00", "Location": "sample string 2", "MeasurementType": { "MeasurementTypeId": "c87b3d7a-7106-445b-ad69-1db26e04007b", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "cd0a49fe-3434-4014-8877-d5a172181cef", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "9dab37e7-c7a6-40e0-ae31-51954ea22620", "CreateDate": "2025-02-05T07:56:52.8168616-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T07:56:52.8168616-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "c45a7c64-87c7-4026-9761-e932842a013e", "Name": "sample string 1" }, "Unit": { "UnitId": "254b62a1-dcc7-4001-93a3-9cb5aaddac10", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "b0ef823a-f5af-4033-9377-04108c469b4f", "CreateDate": "2025-02-05T07:56:52.8168616-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T07:56:52.8168616-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-02-05T07:56:52.8168616-08:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "74993ae7-d6f6-448e-b486-2901e8a62351", "CreateDate": "2025-02-05T07:56:52.8168616-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T07:56:52.8168616-08:00", "LastModifiedUser": "sample string 8" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "248fc18e-9e57-4379-8932-7f685c33fc00", "CreateDate": "2025-02-05T07:56:52.8168616-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T07:56:52.8168616-08: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" }