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": "055a41bb-27bd-4367-b056-cc6a5a5446b6", "Asset": { "AssetId": "5f59071f-c9d5-49d6-b475-4e5cf0e13364", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "78cc9782-920f-4e6d-9e1e-3a9ad4e3bfc2", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "dce63052-0879-4e66-8fde-d13508908b0e", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "4b331750-b376-4268-9a4f-f91cdadd3075", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-30T14:40:31.2182647-07:00", "MeasurementValueNeededDate": "2025-04-30T14:40:31.2182647-07:00", "SourceSystemId": "sample string 3", "CompanyId": "8c2cb194-1281-4678-9839-d13bb1e9c8f3", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-30T14:40:31.2182647-07:00", "MeasurementValueNeededDate": "2025-04-30T14:40:31.2182647-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "1ee48351-84e2-44ef-995e-8152ff93f960", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "7c7fc529-ba6a-45d8-a2ad-33c4a4f03904", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "78cc9782-920f-4e6d-9e1e-3a9ad4e3bfc2", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "dce63052-0879-4e66-8fde-d13508908b0e", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "dc4b2cab-fda9-4dd9-be1b-129fc38e6339", "Name": "sample string 1" }, "Unit": { "UnitId": "46cb1f34-96a8-4562-8645-f9d814f965b6", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "11c0cedf-a327-4ad0-bb23-bff2493f3026", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "0e8c89df-ae81-4f0d-b870-10a92b962861", "FieldId": "4510a22b-eb31-4d1d-a52d-9bca07d9afdb", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "0e8c89df-ae81-4f0d-b870-10a92b962861", "FieldId": "4510a22b-eb31-4d1d-a52d-9bca07d9afdb", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "06016799-42d5-4e0f-b2e1-a617c74c9445", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "ea72acda-e589-4929-bbd9-1cdd87f1636a", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-30T14:40:31.2182647-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": "86da136a-b521-46ea-a052-a95f62e301e5", "Asset": { "AssetId": "0b94faea-d9ca-4e41-a4df-f68a21ffd5df", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "8db48824-c965-41e9-b8e4-ec47c47fa32a", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "63858b2c-1ce3-4ed7-aa2f-a91ac7bbd1ef", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "86a68c35-fc14-4b35-8585-2d4eaad62036", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-30T14:40:31.2182647-07:00", "MeasurementValueNeededDate": "2025-04-30T14:40:31.2182647-07:00", "SourceSystemId": "sample string 3", "CompanyId": "9d807e66-e465-47db-aea2-8dfac360188e", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-30T14:40:31.2182647-07:00", "MeasurementValueNeededDate": "2025-04-30T14:40:31.2182647-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "d7f6af62-62f9-4aa1-bac5-23bf3d13bd43", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "c59b4f45-7379-48ff-8eb6-28e8c18ccc5d", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "8db48824-c965-41e9-b8e4-ec47c47fa32a", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "63858b2c-1ce3-4ed7-aa2f-a91ac7bbd1ef", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "e72fb8ba-62a2-4a91-aefe-f2c01a1a3e33", "Name": "sample string 1" }, "Unit": { "UnitId": "f838a662-ec91-4c8b-8889-cfe4da1ff99f", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "34e34e41-bc70-401e-8474-91d0a8df03f6", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "e275c92f-a808-4ef9-bea7-9528847552cb", "FieldId": "762e6e43-ff61-4214-9dd2-ee70a3ef5de9", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "e275c92f-a808-4ef9-bea7-9528847552cb", "FieldId": "762e6e43-ff61-4214-9dd2-ee70a3ef5de9", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "c755bfd0-5ce9-4436-b9cf-fc1633ea947b", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "491e4923-861e-47f6-9688-85c586b89780", "CreateDate": "2025-04-30T14:40:31.2182647-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-30T14:40:31.2182647-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }