PUT Properties
Updates the given property.
Request Information
URI Parameters
None.
Body Parameters
Property to be updated
PropertyName | Description | Type | Additional information |
---|---|---|---|
PropertyId | globally unique identifier |
None. |
|
Asset | Asset |
None. |
|
ValueText | string |
None. |
|
DisplayText | 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": "bdc1c6b3-9bc6-45ae-b732-4b66ff5a00d3", "Asset": { "AssetId": "89efd1d5-466c-45ac-9783-139356c13655", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "646ac5d3-b31b-4628-bcc7-2a0697a4b211", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "43dff9f8-2344-4078-9c05-905a091fd0a0", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "839255fd-c49e-4ec0-bf17-1197fbd57097", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-01T00:10:32.8631016-07:00", "MeasurementValueNeededDate": "2025-07-01T00:10:32.8631016-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c16f6dc8-0a90-471b-8a49-177794f10ebd", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-01T00:10:32.8631016-07:00", "MeasurementValueNeededDate": "2025-07-01T00:10:32.8631016-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "c4b5a73e-d3ea-4c8a-9982-b0fdf4b7e397", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "bc3e2233-e4d0-4673-b764-80bdc06d7017", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "646ac5d3-b31b-4628-bcc7-2a0697a4b211", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "43dff9f8-2344-4078-9c05-905a091fd0a0", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "c39e2997-4dc2-4fd3-895c-5f2afffb94b1", "Name": "sample string 1" }, "Unit": { "UnitId": "488616f5-9b0f-41eb-8ee2-37d092f51780", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "66ceb0e9-29ad-46d1-86b9-30d72ede2688", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "5ad89b31-7a47-43a6-8402-981812ad8f8f", "FieldId": "71d15685-d14a-45c5-a508-659cbdad628b", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "5ad89b31-7a47-43a6-8402-981812ad8f8f", "FieldId": "71d15685-d14a-45c5-a508-659cbdad628b", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "9dc051df-d67a-46bf-ba55-364be88147a4", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "a994055c-47ae-44de-99e7-32ff04eaa0fb", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 8" }
Response Information
Resource Description
On success, the updated property.
Name | Description | Type | Additional information |
---|---|---|---|
Data | Property |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "PropertyId": "4c3a73b6-d8ba-4d9f-87db-e6359f906cfe", "Asset": { "AssetId": "268ae272-a73c-4ceb-8879-a1d290459c43", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "8482a3ac-3956-4f72-b6b4-b14ed88ccb01", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "69580a53-5024-47af-b781-19634bcea0e3", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "29382144-7a5d-4191-9b6a-e92e8c09221a", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-01T00:10:32.8631016-07:00", "MeasurementValueNeededDate": "2025-07-01T00:10:32.8631016-07:00", "SourceSystemId": "sample string 3", "CompanyId": "a86cf310-c1a4-4438-b6d8-6ed7646de906", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-01T00:10:32.8631016-07:00", "MeasurementValueNeededDate": "2025-07-01T00:10:32.8631016-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "edee7e33-7df0-4fe4-8c70-ed1064b982e6", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "701a5826-3c12-441b-bb41-f94cd146a612", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "8482a3ac-3956-4f72-b6b4-b14ed88ccb01", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "69580a53-5024-47af-b781-19634bcea0e3", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "9ac394af-44cc-4cbc-990d-1a5704199d4f", "Name": "sample string 1" }, "Unit": { "UnitId": "8bf5d1e0-6f90-49fa-8291-2f6042c93343", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "2c6079e1-5e24-4aa7-9358-26eb107d40aa", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "7721317d-dad2-42ff-9e13-5b2d35a02f74", "FieldId": "41f87a58-2256-431b-b1d7-ce82594cb48d", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "7721317d-dad2-42ff-9e13-5b2d35a02f74", "FieldId": "41f87a58-2256-431b-b1d7-ce82594cb48d", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "68c4564e-7051-4aef-aa30-1b64b0e0595b", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "ab97eecc-3bc6-496d-aeef-c0537fa84b56", "CreateDate": "2025-07-01T00:10:32.8631016-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-01T00:10:32.8631016-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }