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": "d1871e12-2254-4408-83e2-8543255f1f68", "Asset": { "AssetId": "05c8cb38-58d5-4921-af0a-bb95088a4a60", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "67aa16bd-9a25-4395-8afe-fb74653399ac", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "95aa5b6b-1a64-47e6-a18b-b6f307f745af", "CreateDate": "2023-09-22T12:18:13.6828023-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2023-09-22T12:18:13.6828023-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "c477f9af-697b-4ab3-bd9d-41113313ca2b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2023-09-22T12:18:13.6828023-07:00", "MeasurementValueNeededDate": "2023-09-22T12:18:13.6828023-07:00", "SourceSystemId": "sample string 3", "CompanyId": "f8fb1e25-4521-4101-896c-8e1bcd2fab36", "CreateDate": "2023-09-22T12:18:13.6828023-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2023-09-22T12:18:13.6828023-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2023-09-22T12:18:13.6828023-07:00", "MeasurementValueNeededDate": "2023-09-22T12:18:13.6828023-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "0e778488-2a7a-46c6-8a40-36f0d8051d99", "CreateDate": "2023-09-22T12:18:13.6828023-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2023-09-22T12:18:13.6828023-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "e03629bd-5d28-48ff-93f3-630602a19959", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "67aa16bd-9a25-4395-8afe-fb74653399ac", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "95aa5b6b-1a64-47e6-a18b-b6f307f745af", "CreateDate": "2023-09-22T12:18:13.6828023-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2023-09-22T12:18:13.6828023-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "e34e4905-4d2e-4e16-bae7-0f24095ed080", "Name": "sample string 1" }, "Unit": { "UnitId": "9a3410d0-ac66-4ab1-86ae-de3496a65521", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "878c8691-7a88-4fc1-b068-9afb52ff1125", "CreateDate": "2023-09-22T12:18:13.6828023-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2023-09-22T12:18:13.6828023-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": "86e3e37d-e2b5-4b1e-9d46-23cc788b7562", "CreateDate": "2023-09-22T12:18:13.6828023-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2023-09-22T12:18:13.6828023-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "0a7049f8-c822-42b2-bcbc-bb8d190eb3a8", "CreateDate": "2023-09-22T12:18:13.6828023-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2023-09-22T12:18:13.6828023-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" }