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": "e63c9975-3d23-4375-bd6e-e6125ea6a100", "Asset": { "AssetId": "18efcebc-9eaa-41ff-aeb1-99948bdd2900", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "96a86b9a-882f-46da-a31c-806c648c14bc", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "9459b8a3-3e69-49e8-8976-6cb93df5b587", "CreateDate": "2024-10-10T15:23:00.0007514-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T15:23:00.0007514-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "eb3cf956-b37f-4a56-a84f-918936d338b9", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2024-10-10T15:23:00.0007514-07:00", "MeasurementValueNeededDate": "2024-10-10T15:23:00.0007514-07:00", "SourceSystemId": "sample string 3", "CompanyId": "e89e1952-d621-4437-90f8-05c3fc0ef476", "CreateDate": "2024-10-10T15:23:00.0007514-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-10-10T15:23:00.0007514-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2024-10-10T15:23:00.0007514-07:00", "MeasurementValueNeededDate": "2024-10-10T15:23:00.0007514-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "7a605f38-c145-4d12-a50b-9cd9ce6fec23", "CreateDate": "2024-10-10T15:23:00.0007514-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-10-10T15:23:00.0007514-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "35acb65f-b641-4c5e-999a-c431403da5ec", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "96a86b9a-882f-46da-a31c-806c648c14bc", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "9459b8a3-3e69-49e8-8976-6cb93df5b587", "CreateDate": "2024-10-10T15:23:00.0007514-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T15:23:00.0007514-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "4f891863-2315-40b3-aeb8-82130cda446c", "Name": "sample string 1" }, "Unit": { "UnitId": "c5ad38dc-769c-4921-9ec2-efd9aed50bce", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "8e59825b-8096-48e8-b470-17d0db03140c", "CreateDate": "2024-10-10T15:23:00.0007514-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-10-10T15:23:00.0007514-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" ], "SourceSystemId": "sample string 4", "CompanyId": "2f16b2ff-e29d-455c-86ad-f4cc1cde207a", "CreateDate": "2024-10-10T15:23:00.0007514-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T15:23:00.0007514-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "07acc587-42a2-421a-89f8-1307ec5463b0", "CreateDate": "2024-10-10T15:23:00.0007514-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T15:23:00.0007514-07: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" }