PUT Properties
Updates the given property.
Request Information
URI Parameters
None.
Body Parameters
Property to be updated
Property| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| ValueText | 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": "b553ec71-7dd8-4392-970f-9fa57d973424",
"Asset": {
"AssetId": "abf1d03b-33d6-4201-8518-117a629d7a22",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "203d3815-faa2-4da6-8f10-09396c063d22",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0905c756-5703-4990-9ac9-03da4c1775bd",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7ec123ec-e090-4315-92c8-f0aff73f3dd4",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T16:27:31.2338427-07:00",
"MeasurementValueNeededDate": "2026-06-27T16:27:31.2338427-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9d4cd73b-d888-48ce-b350-6626797f7f05",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-27T16:27:31.2338427-07:00",
"MeasurementValueNeededDate": "2026-06-27T16:27:31.2338427-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "8dd55aeb-13e9-4451-949f-5a78e987f85f",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "87567186-79af-484f-9ce5-c2093b6bb5ef",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "203d3815-faa2-4da6-8f10-09396c063d22",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0905c756-5703-4990-9ac9-03da4c1775bd",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "182fd9c0-8296-4f28-9e66-a90dc3e112ec",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0cdcda82-e723-47a1-80f7-870d20cbfa53",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d5a2bc78-eb7c-4953-a4a9-709e4ed04739",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"SourceSystemId": "sample string 4",
"CompanyId": "95294cdc-2eee-426a-afc6-bc5b0e08f393",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2196755d-0d02-425b-8eb6-a97561606eb7",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 7"
}
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": "76f4a314-6a06-4623-91bd-2bd66832f88e",
"Asset": {
"AssetId": "ffc58e76-8dea-49c6-86f6-26603249f018",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "eb37ff1d-32d3-4f5f-aad0-46164c5e4326",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "19863781-7ebd-4f8a-8638-093eb460dd93",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "768af324-a0c4-44d0-8117-a1e3ee8e0b57",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-27T16:27:31.2338427-07:00",
"MeasurementValueNeededDate": "2026-06-27T16:27:31.2338427-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1575293e-3ea3-4c8f-9291-58c58accaba3",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-27T16:27:31.2338427-07:00",
"MeasurementValueNeededDate": "2026-06-27T16:27:31.2338427-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ae9e4b82-297b-4b5b-bd61-f39a5ef5fa42",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "2837468a-b9ba-4def-b9c7-c76b5ebb96ce",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "eb37ff1d-32d3-4f5f-aad0-46164c5e4326",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "19863781-7ebd-4f8a-8638-093eb460dd93",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "391e2844-fb37-4c8b-98da-ee133c6e7cd4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "411b44df-3e80-45d3-8316-ca35f5410661",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "985014b1-c9dc-42b8-9ae6-13b9eafefc92",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"SourceSystemId": "sample string 4",
"CompanyId": "e9f09de8-5860-4b17-87ef-c05805f9ce26",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d7dba3f7-fd94-489b-b0c1-17d9b55bdf55",
"CreateDate": "2026-06-27T16:27:31.2338427-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-27T16:27:31.2338427-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}