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": "4817d2e0-3bec-4207-9320-efe5d3e23117", "Asset": { "AssetId": "2dfd80df-60b2-4ad2-a30f-6355179646c3", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "22aa0d03-cca9-4bb9-9d60-e37a98967386", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "c371362c-21ba-4c41-b865-faec1da5a8c5", "CreateDate": "2025-02-05T06:06:08.9618809-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T06:06:08.9618809-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "8c1a816a-640e-420e-b223-128a7aa06b4d", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-02-05T06:06:08.9618809-08:00", "MeasurementValueNeededDate": "2025-02-05T06:06:08.9618809-08:00", "SourceSystemId": "sample string 3", "CompanyId": "e5235bb2-0293-40d0-a13e-919c0b0d5547", "CreateDate": "2025-02-05T06:06:08.9618809-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T06:06:08.9618809-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-02-05T06:06:08.9618809-08:00", "MeasurementValueNeededDate": "2025-02-05T06:06:08.9618809-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "68dd4348-93fe-4230-bed4-c1318d6f16d3", "CreateDate": "2025-02-05T06:06:08.9618809-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T06:06:08.9618809-08:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "f3d9ae4a-6061-4aa1-9154-3c0567407baa", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "22aa0d03-cca9-4bb9-9d60-e37a98967386", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "c371362c-21ba-4c41-b865-faec1da5a8c5", "CreateDate": "2025-02-05T06:06:08.9618809-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T06:06:08.9618809-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "417da8ca-ba58-4ae1-827a-4f4a428dab2f", "Name": "sample string 1" }, "Unit": { "UnitId": "4ebd992a-b625-49ca-b386-1866c5d622f6", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "3e2dc97d-e57c-4977-8587-860803907786", "CreateDate": "2025-02-05T06:06:08.9618809-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T06:06:08.9618809-08:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "ed468ac8-954b-4a3c-a769-5205f30c8ffc", "FieldId": "da70cdb0-0a85-4b80-858d-0e482a0f1be0", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "ed468ac8-954b-4a3c-a769-5205f30c8ffc", "FieldId": "da70cdb0-0a85-4b80-858d-0e482a0f1be0", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "a122bb1c-1671-4a81-b3a5-2f34cb35bcfa", "CreateDate": "2025-02-05T06:06:08.9618809-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T06:06:08.9618809-08:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "5b5467ac-6ca1-414d-a163-6e84df9d70ff", "CreateDate": "2025-02-05T06:06:08.9618809-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T06:06:08.9618809-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": "fc4e8e70-615f-416a-9d17-381f38c1cf57", "Asset": { "AssetId": "03d074ae-5fd3-4d4f-a790-acaa3377db6e", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "19dbc296-b980-4a10-824d-52821af393a6", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "fad78939-3b83-4021-82a9-cf434bbdf879", "CreateDate": "2025-02-05T06:06:08.9774462-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T06:06:08.9774462-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "c3901370-98d0-475a-82dc-50827f78251d", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-02-05T06:06:08.9774462-08:00", "MeasurementValueNeededDate": "2025-02-05T06:06:08.9774462-08:00", "SourceSystemId": "sample string 3", "CompanyId": "67d2ba52-15ac-494a-b5ce-8c1b74c07c96", "CreateDate": "2025-02-05T06:06:08.9774462-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T06:06:08.9774462-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-02-05T06:06:08.9774462-08:00", "MeasurementValueNeededDate": "2025-02-05T06:06:08.9774462-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "bfad7d1d-5d62-4daf-8ba6-78afbdd3cd5c", "CreateDate": "2025-02-05T06:06:08.9774462-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T06:06:08.9774462-08:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "0040cf41-065c-46b2-94fb-684c3c6a93e6", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "19dbc296-b980-4a10-824d-52821af393a6", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "fad78939-3b83-4021-82a9-cf434bbdf879", "CreateDate": "2025-02-05T06:06:08.9774462-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T06:06:08.9774462-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "5cc3f3fa-8956-42f0-9a8f-60c373363e02", "Name": "sample string 1" }, "Unit": { "UnitId": "99d9523f-44e4-4e81-9fb3-8194cc79e529", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ad2574a7-7c0b-45e4-b841-c5abc59c6174", "CreateDate": "2025-02-05T06:06:08.9774462-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T06:06:08.9774462-08:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "e1110ff3-e8ea-4421-8fe4-b03b08fb533f", "FieldId": "6d47cfe6-40fe-4048-994e-513cbf6c3bc2", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "e1110ff3-e8ea-4421-8fe4-b03b08fb533f", "FieldId": "6d47cfe6-40fe-4048-994e-513cbf6c3bc2", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "3c3999fa-ac59-443f-8e7d-bd0a012c2135", "CreateDate": "2025-02-05T06:06:08.9774462-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T06:06:08.9774462-08:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "4db14f30-a326-48a8-b03a-fefa0fc2a7ca", "CreateDate": "2025-02-05T06:06:08.9774462-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T06:06:08.9774462-08:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }