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": "952ed949-0bd7-48f9-bd74-0c257816315a", "Asset": { "AssetId": "4e332d86-ba2e-4b5b-883d-35b4d33d615a", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "7eafd316-793a-4ed2-b347-23f4f2bc9fbc", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "60470bec-4fa4-4833-8ac9-d8007851960a", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "83c9c202-412d-4e9a-8bc6-9814a4425127", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-08-23T22:44:14.1732087-07:00", "MeasurementValueNeededDate": "2025-08-23T22:44:14.1732087-07:00", "SourceSystemId": "sample string 3", "CompanyId": "572df69f-ac81-499a-b663-f1f6b21827b5", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-08-23T22:44:14.1732087-07:00", "MeasurementValueNeededDate": "2025-08-23T22:44:14.1732087-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "195d9f37-c29c-4075-b0be-c6201c12e15c", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "61c53864-4d35-4937-b848-1fe3928b6397", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "7eafd316-793a-4ed2-b347-23f4f2bc9fbc", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "60470bec-4fa4-4833-8ac9-d8007851960a", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "0ce96c9e-cea2-403d-bbd6-572ac0dae017", "Name": "sample string 1" }, "Unit": { "UnitId": "a4f44b27-b6e0-48b8-b6e5-fa8841ee1807", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "8c5d3a07-852d-45ae-a4e4-35ead6afbb7e", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "d1730aa1-de85-400a-84c4-5fdc017929ac", "FieldId": "16e44d4c-6cf4-464c-bdf2-55a154a7ac93", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "d1730aa1-de85-400a-84c4-5fdc017929ac", "FieldId": "16e44d4c-6cf4-464c-bdf2-55a154a7ac93", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "9439da2a-5974-44df-bccc-a8258467539a", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "7c055346-074e-420a-bc37-249dc93d020b", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-23T22:44:14.1732087-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": "08af33fb-ad04-47f0-ae2d-f564656b1c16", "Asset": { "AssetId": "e19734ec-6c93-4c9e-92a1-1fc9eaee81ff", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "9c56b0c8-c01f-49d8-a84e-5d86e560f363", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e1c1642e-a2a1-441f-b2cb-152c1cb94b28", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "429e686d-d004-4841-9661-8e4b84e8914f", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-08-23T22:44:14.1732087-07:00", "MeasurementValueNeededDate": "2025-08-23T22:44:14.1732087-07:00", "SourceSystemId": "sample string 3", "CompanyId": "d950ff4e-ac4c-4ca1-a316-982f6434a375", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-08-23T22:44:14.1732087-07:00", "MeasurementValueNeededDate": "2025-08-23T22:44:14.1732087-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "ecd91c4b-83b5-4fc9-9b73-883e5b355917", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "549d99cf-a083-487e-88a8-767c0f8c84fa", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "9c56b0c8-c01f-49d8-a84e-5d86e560f363", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e1c1642e-a2a1-441f-b2cb-152c1cb94b28", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "40c20a88-0670-4b2b-9a22-2e96709e3438", "Name": "sample string 1" }, "Unit": { "UnitId": "26d4a067-e8e3-4157-ac2b-ab5cc3050a4c", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "7ed3fd38-b78d-46ed-8d18-f3f02c083869", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "ba131aa3-1969-44ef-8c94-608f8e2d9afb", "FieldId": "c1e05eb0-ce74-4de9-89e6-b204f07c6dd5", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "ba131aa3-1969-44ef-8c94-608f8e2d9afb", "FieldId": "c1e05eb0-ce74-4de9-89e6-b204f07c6dd5", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "d415130c-14e4-437d-a05f-a62aaa94aff6", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "0f56eed1-5596-4547-b0d4-2733d0dfd30c", "CreateDate": "2025-08-23T22:44:14.1732087-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-23T22:44:14.1732087-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }