DELETE Properties
Deletes the given property.
Request Information
URI Parameters
None.
Body Parameters
Property to delete
PropertyName | Description | Type | Additional information |
---|---|---|---|
PropertyId | globally unique identifier |
None. |
|
Asset | Asset |
None. |
|
ValueText | string |
None. |
|
PropertyType | PropertyType |
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:
{ "PropertyId": "5340087e-b491-434e-810e-5d6eaea9a7c9", "Asset": { "AssetId": "62b114c0-97f0-4e43-9aaf-eeb82b086d04", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "f98d7742-c2f6-40a8-8d18-dc75a846d09f", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "cc080b18-86cf-48cd-95a2-7d7288653517", "CreateDate": "2024-12-21T18:59:19.7031715-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-21T18:59:19.7031715-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "22db5bab-a113-45c5-9484-ccde3f61839b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2024-12-21T18:59:19.7031715-08:00", "MeasurementValueNeededDate": "2024-12-21T18:59:19.7031715-08:00", "SourceSystemId": "sample string 3", "CompanyId": "87bd2175-f7f0-49a4-b9b5-79228b6e6f7d", "CreateDate": "2024-12-21T18:59:19.7031715-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-12-21T18:59:19.7031715-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2024-12-21T18:59:19.7031715-08:00", "MeasurementValueNeededDate": "2024-12-21T18:59:19.7031715-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "d6c22417-f210-4186-b1ef-688e8fb7ab2d", "CreateDate": "2024-12-21T18:59:19.7031715-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-12-21T18:59:19.7031715-08:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "6f10e52f-efbf-4869-92f0-520797999b4c", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "f98d7742-c2f6-40a8-8d18-dc75a846d09f", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "cc080b18-86cf-48cd-95a2-7d7288653517", "CreateDate": "2024-12-21T18:59:19.7031715-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-21T18:59:19.7031715-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "20f9a741-cffd-45eb-be15-ad6959589aa1", "Name": "sample string 1" }, "Unit": { "UnitId": "03acc1eb-a7bc-4e5d-9537-7ed32b49e2f7", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "a7d3876d-9652-499a-8630-f06e8fb4d0d5", "CreateDate": "2024-12-21T18:59:19.7031715-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-12-21T18:59:19.7031715-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" ], "SourceSystemId": "sample string 4", "CompanyId": "1c045895-ddb7-463c-ac70-397bec21c62b", "CreateDate": "2024-12-21T18:59:19.7031715-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-21T18:59:19.7031715-08:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "67e75940-d066-4b79-8cc9-1b59772bf620", "CreateDate": "2024-12-21T18:59:19.7031715-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-21T18:59:19.7031715-08:00", "LastModifiedUser": "sample string 7" }
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" }