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": "ad4dfccb-9436-4e19-a99b-7f3ad1ae7485", "Asset": { "AssetId": "dc091355-b062-4d14-bb10-a0c218c0bb3d", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "a2f11f42-2f9f-4fdc-89ed-44eb82c08843", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "1ac9dcf3-a797-42d2-819f-3ea1bfea454b", "CreateDate": "2025-04-24T14:12:02.8211248-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:12:02.8211248-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "943f8aea-202b-4444-96fe-db185715038d", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-24T14:12:02.8211248-07:00", "MeasurementValueNeededDate": "2025-04-24T14:12:02.8211248-07:00", "SourceSystemId": "sample string 3", "CompanyId": "cb0f0cc4-d303-43dc-8d33-2b35b69c7b2e", "CreateDate": "2025-04-24T14:12:02.8211248-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T14:12:02.8211248-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-24T14:12:02.8211248-07:00", "MeasurementValueNeededDate": "2025-04-24T14:12:02.8211248-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "a8a2de9f-849f-446c-b1b7-0544f296b906", "CreateDate": "2025-04-24T14:12:02.8211248-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T14:12:02.8211248-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "73b084d0-ad7e-4d45-969a-77c9a74c7e8c", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "a2f11f42-2f9f-4fdc-89ed-44eb82c08843", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "1ac9dcf3-a797-42d2-819f-3ea1bfea454b", "CreateDate": "2025-04-24T14:12:02.8211248-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:12:02.8211248-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "f9fb2a05-79de-4b46-824b-d6e2715ec5ce", "Name": "sample string 1" }, "Unit": { "UnitId": "1d99d676-2831-411a-b05f-8c797707baef", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "9321cd9c-b9db-4ebf-b806-9708cc475a5d", "CreateDate": "2025-04-24T14:12:02.8211248-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T14:12:02.8211248-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "5a3b75b8-1629-4b63-aa76-aefd4e538e6a", "FieldId": "51bc6ab2-c9bb-48e4-91b6-af95c7292de8", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "5a3b75b8-1629-4b63-aa76-aefd4e538e6a", "FieldId": "51bc6ab2-c9bb-48e4-91b6-af95c7292de8", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "25813fa1-8587-48fb-bd48-a7cf92b965e9", "CreateDate": "2025-04-24T14:12:02.8211248-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:12:02.8211248-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "45a99353-dcb8-49b1-9529-141032649866", "CreateDate": "2025-04-24T14:12:02.8211248-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T14:12:02.8211248-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": "4cb2b90b-9718-4c88-9abb-21a1daf6c45a", "Asset": { "AssetId": "1f69c001-edcb-4379-ac9a-bb8ed4c84484", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "9959a083-edc5-4758-88c0-604b11fdac6e", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "48f21b0e-3d47-4395-9974-efbc898c4501", "CreateDate": "2025-04-24T14:12:02.8367509-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:12:02.8367509-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "5f10d4ce-660b-46d9-b950-86fbc09cc074", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-24T14:12:02.8367509-07:00", "MeasurementValueNeededDate": "2025-04-24T14:12:02.8367509-07:00", "SourceSystemId": "sample string 3", "CompanyId": "2ff92f80-b4bb-493b-b9a9-59668879ea89", "CreateDate": "2025-04-24T14:12:02.8367509-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T14:12:02.8367509-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-24T14:12:02.8367509-07:00", "MeasurementValueNeededDate": "2025-04-24T14:12:02.8367509-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "27635da1-81e1-4f8b-86af-f198a3e40a83", "CreateDate": "2025-04-24T14:12:02.8367509-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T14:12:02.8367509-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "5ff2c0a7-466f-4354-b993-ddbfccec030c", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "9959a083-edc5-4758-88c0-604b11fdac6e", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "48f21b0e-3d47-4395-9974-efbc898c4501", "CreateDate": "2025-04-24T14:12:02.8367509-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:12:02.8367509-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "ad54d15c-e2cd-4223-9b3b-27ad9b3d7287", "Name": "sample string 1" }, "Unit": { "UnitId": "cd526dfd-8f67-4b4f-97e4-7159c6cef15c", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "a6096ec2-f091-4f14-8369-d15e799ce9b4", "CreateDate": "2025-04-24T14:12:02.8367509-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T14:12:02.8367509-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "d3ab2772-b0df-4bc9-a41d-a75cf0fabf67", "FieldId": "ed180773-ce85-44f5-8186-9666230c2f52", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "d3ab2772-b0df-4bc9-a41d-a75cf0fabf67", "FieldId": "ed180773-ce85-44f5-8186-9666230c2f52", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "869ed3ff-7c18-466e-8579-4783e76d2fa5", "CreateDate": "2025-04-24T14:12:02.8367509-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:12:02.8367509-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "d23766f0-11b9-4984-86d3-f8a4a6ae0aea", "CreateDate": "2025-04-24T14:12:02.8367509-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T14:12:02.8367509-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }