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": "5b31f52d-edc2-43f0-a8dc-1d64764ef9da", "Asset": { "AssetId": "31f01450-e6b8-48e2-a568-543bef14141a", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "c212f1ec-cc3e-42e1-8e6c-551d630a5b9c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "97f1b9ac-8023-4798-9120-324146b5c102", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "d89ce363-29e7-42d8-bda1-fe3c3672c9d4", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-02T07:23:59.2890347-07:00", "MeasurementValueNeededDate": "2025-06-02T07:23:59.2890347-07:00", "SourceSystemId": "sample string 3", "CompanyId": "cbcb06fb-acdc-4836-9cea-6f4f77e5202d", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-02T07:23:59.2890347-07:00", "MeasurementValueNeededDate": "2025-06-02T07:23:59.2890347-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "39de3d73-d6fb-4a66-9137-18645da94713", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "a225e801-f27b-4d9a-a00e-aa4ec0d11625", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "c212f1ec-cc3e-42e1-8e6c-551d630a5b9c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "97f1b9ac-8023-4798-9120-324146b5c102", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "74700ad3-0242-4571-9179-1c071ef1b86d", "Name": "sample string 1" }, "Unit": { "UnitId": "5e70720a-7b4a-42a6-9793-dea002f49876", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "2e15ac71-a504-47dc-929b-6ee008698392", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "01babf6b-1c7f-4754-9901-77f9151762c8", "FieldId": "e3782087-a95a-43be-9b2d-5f34ab5823d0", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "01babf6b-1c7f-4754-9901-77f9151762c8", "FieldId": "e3782087-a95a-43be-9b2d-5f34ab5823d0", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "644f9cdd-2c29-4132-9bf7-82d0ffae252f", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "035f84fb-b3b1-44bb-8c30-347594ae06d5", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T07:23:59.2890347-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": "c1c7138d-dc80-43ac-aea5-e6be5c7993bb", "Asset": { "AssetId": "0a62f49a-90dc-4ac2-97e6-f9f82924a1f4", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "a1a06dde-238c-43f6-a751-3d7ca76df7bb", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "22310773-e564-44ae-b5f4-a8f5a24a6285", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "bdd90b93-6277-4811-8f3b-5ec304b2eb2f", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-02T07:23:59.2890347-07:00", "MeasurementValueNeededDate": "2025-06-02T07:23:59.2890347-07:00", "SourceSystemId": "sample string 3", "CompanyId": "e6b17fd8-c96d-441d-80e4-4728187e50f6", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-02T07:23:59.2890347-07:00", "MeasurementValueNeededDate": "2025-06-02T07:23:59.2890347-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "1c33c992-598e-423a-8fa4-37d60cce45a3", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "60df0a74-8714-4902-bbe9-eeb70fb923de", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "a1a06dde-238c-43f6-a751-3d7ca76df7bb", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "22310773-e564-44ae-b5f4-a8f5a24a6285", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "e8013711-4aad-44b4-80ee-09f9b026649e", "Name": "sample string 1" }, "Unit": { "UnitId": "d3d2b04b-7385-4f83-abc7-0035028454f1", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "9e95e040-8de7-4d1e-9b32-ff66d2731682", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "c8af0bdf-f02f-4418-8045-87a22c155c20", "FieldId": "dceaf120-ed93-4a95-b7fb-a014d41e9205", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "c8af0bdf-f02f-4418-8045-87a22c155c20", "FieldId": "dceaf120-ed93-4a95-b7fb-a014d41e9205", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "f43e886b-412c-43d1-ab8c-ad6fd476984b", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "268e9674-9b8a-47c9-8802-d3a2e343e2fc", "CreateDate": "2025-06-02T07:23:59.2890347-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T07:23:59.2890347-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }