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": "17b27538-f390-4385-b63a-ff9b9a5be505", "Asset": { "AssetId": "1a91a943-221a-4f9d-a572-5957077fd5e9", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "192eab61-8b2d-455f-8bea-730dd9df8b50", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "2a4d5db2-3dc4-4d6d-8196-83229b49eb91", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "0e322fb7-fcd6-4dcc-9983-7812e9377ccf", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-16T12:36:10.114425-07:00", "MeasurementValueNeededDate": "2025-06-16T12:36:10.114425-07:00", "SourceSystemId": "sample string 3", "CompanyId": "b15f1a12-c769-4664-aafe-7ba20ff838ae", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-16T12:36:10.114425-07:00", "MeasurementValueNeededDate": "2025-06-16T12:36:10.114425-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "4d65b927-20d7-47f4-8af1-5ebb5a6198c3", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "a7c055e8-bce2-4f3b-bfab-c9701dc5615f", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "192eab61-8b2d-455f-8bea-730dd9df8b50", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "2a4d5db2-3dc4-4d6d-8196-83229b49eb91", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "c696d901-d9b6-4ecd-b895-01aa27cbfcdc", "Name": "sample string 1" }, "Unit": { "UnitId": "53d3f8aa-4c5b-4500-be26-fb6acdf95767", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "cf6b27a7-12af-4c58-a83a-0a8e25402e54", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "4b50c0c6-9fa4-4d1e-9643-df9233765979", "FieldId": "bddbd998-b8ac-4fac-b3c1-f694f964c0a3", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "4b50c0c6-9fa4-4d1e-9643-df9233765979", "FieldId": "bddbd998-b8ac-4fac-b3c1-f694f964c0a3", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "9de658ae-61ce-4c37-8355-1af6e257d629", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "1aaea7bd-6eaa-4eab-a3ca-6600c72926f9", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-16T12:36:10.114425-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": "7fbd7326-055b-433b-a97d-1625acb92d9c", "Asset": { "AssetId": "c1f56d82-11b2-42e0-bed9-5a36fa07bfeb", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "c9dabf65-8eba-47f7-8d46-35b029cb620d", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "de08592f-3d68-434f-a6a6-9ef7fae5350d", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "3bada4ec-7c05-4c2c-9f69-a48b359f0f6c", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-16T12:36:10.114425-07:00", "MeasurementValueNeededDate": "2025-06-16T12:36:10.114425-07:00", "SourceSystemId": "sample string 3", "CompanyId": "0b6fee5e-08b4-4bb5-912e-57d6251b0d0b", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-16T12:36:10.114425-07:00", "MeasurementValueNeededDate": "2025-06-16T12:36:10.114425-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "794cb555-476f-4408-b8c0-d49f087f9f9e", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "a3c2c490-1dd2-447b-962f-ff6c8141c1d6", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "c9dabf65-8eba-47f7-8d46-35b029cb620d", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "de08592f-3d68-434f-a6a6-9ef7fae5350d", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "78d43f85-19d2-45b0-af84-c016c28b11ea", "Name": "sample string 1" }, "Unit": { "UnitId": "b854790f-33a8-467b-8a20-cc7110c38c12", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "530213d0-158c-4e8d-ba2a-282f7ce4e53a", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "676983fc-ce46-4acc-9f0e-3ead9ae698c9", "FieldId": "e6fb86ef-535b-46a3-8fac-5c3ee374769e", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "676983fc-ce46-4acc-9f0e-3ead9ae698c9", "FieldId": "e6fb86ef-535b-46a3-8fac-5c3ee374769e", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "f2878bc0-a0e8-47cb-9256-ff3309520404", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "dd40f27f-1210-4239-998f-c148afc9073f", "CreateDate": "2025-06-16T12:36:10.114425-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-16T12:36:10.114425-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }