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": "10cc77f2-0db9-493b-9c6a-c6ff27942839", "Asset": { "AssetId": "6eed0d40-1649-42d4-b300-874393cd3050", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "afe491d1-caf0-474b-8a50-741aa271ac35", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "2ccb45c8-e33d-4d03-9e6e-72241e54fe71", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "0c75b307-34f1-4459-ad0e-788d0e8f072d", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2024-11-23T00:06:06.6088393-08:00", "MeasurementValueNeededDate": "2024-11-23T00:06:06.6088393-08:00", "SourceSystemId": "sample string 3", "CompanyId": "9ea80b9b-0cf6-4289-9a8a-218b6fd6892c", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2024-11-23T00:06:06.6088393-08:00", "MeasurementValueNeededDate": "2024-11-23T00:06:06.6088393-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "4e1be486-6846-4b5c-801c-13fe1ef4e554", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "37457a5e-cd24-409c-91d4-31087b835689", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "afe491d1-caf0-474b-8a50-741aa271ac35", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "2ccb45c8-e33d-4d03-9e6e-72241e54fe71", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "eed6bd3a-0eeb-4216-b5e3-cd186a1d7789", "Name": "sample string 1" }, "Unit": { "UnitId": "1834bb92-6291-4ad0-9c86-c4e2f1cd0da7", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "57767959-0015-44c0-8dbc-204597c9ef72", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "50228350-0861-4d34-9cfc-eff28584cdf5", "FieldId": "c2ec5d67-5952-412a-bea7-8b0ce9ea9cfb", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "50228350-0861-4d34-9cfc-eff28584cdf5", "FieldId": "c2ec5d67-5952-412a-bea7-8b0ce9ea9cfb", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "debf98d7-a510-423d-8198-cc92aa8a5117", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "17b648ba-8b0e-4e51-9904-d1037e0110ba", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08: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": "af1ab6c0-b4be-4e4b-b260-7f3b86e8b7b1", "Asset": { "AssetId": "999df5aa-0aaf-448d-9adb-8fd329055a71", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "6c9af4bc-bfcf-4b3c-acaf-fb31f83a16a4", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e0a6a4ba-7b81-4d38-ae01-c4078743cce2", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "b2115c6c-ea92-4e6d-ac9e-7a519a9e2be9", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2024-11-23T00:06:06.6088393-08:00", "MeasurementValueNeededDate": "2024-11-23T00:06:06.6088393-08:00", "SourceSystemId": "sample string 3", "CompanyId": "4d6118b6-e4a7-45c0-8a80-92f6da301385", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2024-11-23T00:06:06.6088393-08:00", "MeasurementValueNeededDate": "2024-11-23T00:06:06.6088393-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "eda85d7e-ac1a-4731-b467-2891400d0e9f", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "70f224f4-af20-4f87-b5a1-cea86f299b0b", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "6c9af4bc-bfcf-4b3c-acaf-fb31f83a16a4", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e0a6a4ba-7b81-4d38-ae01-c4078743cce2", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "c9a08a30-7402-4a94-b5f8-65c224e3f125", "Name": "sample string 1" }, "Unit": { "UnitId": "f472170b-6947-46f8-92e2-3624bd9e55a5", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "b0062367-0fb9-4db0-8a45-78d8bef85382", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "32c0b2f9-69ed-44d5-9361-6384df221970", "FieldId": "ba58d2fc-3b2e-4b6f-b24d-1c2e46ab5ad7", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "32c0b2f9-69ed-44d5-9361-6384df221970", "FieldId": "ba58d2fc-3b2e-4b6f-b24d-1c2e46ab5ad7", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "5670573f-57c4-4b88-8ba1-2edef628c289", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "9b7f1a47-93ef-431d-9dd1-e2c658afd348", "CreateDate": "2024-11-23T00:06:06.6088393-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-11-23T00:06:06.6088393-08:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }