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": "9ce45385-e4a6-4ba9-8565-590145dd9a45", "Asset": { "AssetId": "bc9d9748-59ea-4833-b6a6-bf42ee9e1410", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "bff8f491-2c2e-4b06-a122-ab3367fe9648", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "c1a38012-a430-46eb-aa02-98f1d445e206", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "15f02682-5179-48f2-b657-71a4de2f2391", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-03T15:23:24.9027809-07:00", "MeasurementValueNeededDate": "2025-04-03T15:23:24.9027809-07:00", "SourceSystemId": "sample string 3", "CompanyId": "1de5ad39-32b3-4ef5-86b0-7232b28e7870", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-03T15:23:24.9027809-07:00", "MeasurementValueNeededDate": "2025-04-03T15:23:24.9027809-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "029f1e76-181c-4035-8c37-7454bfff5971", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "c7b86ec3-0fff-421f-885e-6818faad6591", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "bff8f491-2c2e-4b06-a122-ab3367fe9648", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "c1a38012-a430-46eb-aa02-98f1d445e206", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "64ebaed0-bedd-4637-84dd-241a89865e1b", "Name": "sample string 1" }, "Unit": { "UnitId": "a96ed6a5-0167-4563-862c-6b907176ca64", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "e9de5a9d-e668-40b6-9b84-041dd7a6b0c5", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "ebf0019b-93f6-4dc5-b539-f8f8da981e29", "FieldId": "ce59bfdb-c5fa-4852-9130-5e5ccf10da01", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "ebf0019b-93f6-4dc5-b539-f8f8da981e29", "FieldId": "ce59bfdb-c5fa-4852-9130-5e5ccf10da01", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "d64df6a6-f040-4a18-8aa4-68e0499866cd", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "e65ba203-a3de-4236-83e6-d5428264a9aa", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-03T15:23:24.9027809-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": "294e8c90-b49a-40fd-a918-34b91b6f0f28", "Asset": { "AssetId": "b431d38c-4e91-4d9c-a74b-2543f054b834", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "858acd18-1f4a-40cd-9cd1-8a49876ee36f", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "b3fb1102-4f30-4135-b972-6608911a02bd", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "7db4d6af-0f27-4e0e-9dcd-cfcfd7a98467", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-03T15:23:24.9027809-07:00", "MeasurementValueNeededDate": "2025-04-03T15:23:24.9027809-07:00", "SourceSystemId": "sample string 3", "CompanyId": "018b5c1b-c63d-449d-ba61-41ab4eccd52a", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-03T15:23:24.9027809-07:00", "MeasurementValueNeededDate": "2025-04-03T15:23:24.9027809-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "30896b97-f1be-425e-8e3e-a7ec24d41aeb", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "481b0fa2-fcee-42cc-9f29-3c4aa9e0e723", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "858acd18-1f4a-40cd-9cd1-8a49876ee36f", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "b3fb1102-4f30-4135-b972-6608911a02bd", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "cba935da-0a4e-4e27-919d-e494a01c7440", "Name": "sample string 1" }, "Unit": { "UnitId": "d40b1fe3-a258-472c-924e-c7771175ee26", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "1e1e6343-af37-4d8d-8a83-024b7a0bf363", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "0a73d154-b964-42ce-965c-09c56caec73a", "FieldId": "539cefcd-e674-478f-a5a7-12341971e9bb", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "0a73d154-b964-42ce-965c-09c56caec73a", "FieldId": "539cefcd-e674-478f-a5a7-12341971e9bb", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "b07ff9b0-6c98-428f-938f-e1c083757fcf", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "b6ada50d-b953-4f6d-9a82-d52eafa8d599", "CreateDate": "2025-04-03T15:23:24.9027809-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-03T15:23:24.9027809-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }