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": "f7fc5f7f-2c38-4339-a62a-06f893f648ec", "Asset": { "AssetId": "515aaeec-f214-4b4d-baca-cc9753f0e383", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "c53dd676-52c9-48e2-8541-236920381f00", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "cf825ca5-9e5c-4ede-a7b7-8ac073de875e", "CreateDate": "2025-09-13T21:05:34.1155519-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:05:34.1155519-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "b19c87f8-445a-4116-8de4-964787f6c17b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-13T21:05:34.1155519-07:00", "MeasurementValueNeededDate": "2025-09-13T21:05:34.1155519-07:00", "SourceSystemId": "sample string 3", "CompanyId": "7b0717ef-4cd5-4aa9-b0df-d860b802cd77", "CreateDate": "2025-09-13T21:05:34.1155519-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:05:34.1155519-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-13T21:05:34.1155519-07:00", "MeasurementValueNeededDate": "2025-09-13T21:05:34.1155519-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "9653af2a-1897-4274-b98c-7faf44f262f8", "CreateDate": "2025-09-13T21:05:34.1155519-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T21:05:34.1155519-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "0ed0676c-a38a-4e0b-aedf-8bd41557cdc9", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "c53dd676-52c9-48e2-8541-236920381f00", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "cf825ca5-9e5c-4ede-a7b7-8ac073de875e", "CreateDate": "2025-09-13T21:05:34.1155519-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:05:34.1155519-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "6f433d2e-abce-45c4-b313-5623cd224679", "Name": "sample string 1" }, "Unit": { "UnitId": "5b0d2e77-4c76-4d92-92c7-84717c570221", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "629b0aa7-c6fd-4cc8-b026-f68a19062b49", "CreateDate": "2025-09-13T21:05:34.1155519-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:05:34.1155519-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "8e6e70ca-9b49-4b41-8b7f-bd68a19cca9f", "FieldId": "21bc1e39-80c0-4eac-b14a-c0d472152c20", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "8e6e70ca-9b49-4b41-8b7f-bd68a19cca9f", "FieldId": "21bc1e39-80c0-4eac-b14a-c0d472152c20", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "a1fa4ff2-74c2-4a27-abf7-01f3bb92e615", "CreateDate": "2025-09-13T21:05:34.1155519-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:05:34.1155519-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "06aa4559-21af-47da-a21c-61f4a7c29fe9", "CreateDate": "2025-09-13T21:05:34.1155519-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T21:05:34.1155519-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": "feb43da9-e985-4d06-835a-9b42ce6900e1", "Asset": { "AssetId": "db682e56-7329-49d3-9242-d10cd3d84144", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "81708826-bdea-44ea-8939-2ba0abaa7b6d", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "1337a37d-daf2-42d0-bc9b-9d8ba7d863db", "CreateDate": "2025-09-13T21:05:34.131177-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:05:34.131177-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "527b9712-7b00-4f9f-a40a-d5888fc20161", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-13T21:05:34.131177-07:00", "MeasurementValueNeededDate": "2025-09-13T21:05:34.131177-07:00", "SourceSystemId": "sample string 3", "CompanyId": "cc1c0c91-a3e1-41f5-93ce-a31884b5502b", "CreateDate": "2025-09-13T21:05:34.131177-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:05:34.131177-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-13T21:05:34.131177-07:00", "MeasurementValueNeededDate": "2025-09-13T21:05:34.131177-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "9343ec79-57a4-4b6f-83a8-165681d11553", "CreateDate": "2025-09-13T21:05:34.131177-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T21:05:34.131177-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "2e959f20-e5a5-4942-bbbb-26de8b20827b", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "81708826-bdea-44ea-8939-2ba0abaa7b6d", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "1337a37d-daf2-42d0-bc9b-9d8ba7d863db", "CreateDate": "2025-09-13T21:05:34.131177-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:05:34.131177-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "13771f55-0830-4d42-a840-eb9ee6f4383c", "Name": "sample string 1" }, "Unit": { "UnitId": "b6b4dc00-5768-4b70-8435-da4d575659a9", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "fda00142-f75e-4a86-bafb-a62c22325076", "CreateDate": "2025-09-13T21:05:34.131177-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:05:34.131177-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "6682222b-64a1-4fc1-b567-92378a5ebcb7", "FieldId": "3d8b852b-de7e-4fdf-b45b-89627ae8fe27", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "6682222b-64a1-4fc1-b567-92378a5ebcb7", "FieldId": "3d8b852b-de7e-4fdf-b45b-89627ae8fe27", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "0a995b26-b503-48da-98b2-c0b4b618d283", "CreateDate": "2025-09-13T21:05:34.131177-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:05:34.131177-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "1126f031-2179-4999-b263-dbb26c3a8191", "CreateDate": "2025-09-13T21:05:34.131177-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T21:05:34.131177-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }