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": "8e58cc90-6c38-48f4-a85b-7f4c461c31dc",
"Asset": {
"AssetId": "32bf4ca4-a85a-462b-8f67-9489bab42b52",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "cf3bc193-4e47-4346-8f2b-a13a08bc61bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "202482b7-55e3-42da-b078-2bc8f79c5530",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c7ee8045-776e-4eb4-be0f-189f0c805e4d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T01:26:41.0717352-08:00",
"MeasurementValueNeededDate": "2026-02-11T01:26:41.0717352-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c13122b8-21b7-4ff9-bb40-c119d39f0a0c",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-11T01:26:41.0717352-08:00",
"MeasurementValueNeededDate": "2026-02-11T01:26:41.0717352-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "88743209-877e-4027-baf0-4a28b11b135c",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "82619fed-0ab3-4ad7-9521-24908f0e6b88",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cf3bc193-4e47-4346-8f2b-a13a08bc61bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "202482b7-55e3-42da-b078-2bc8f79c5530",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "bb712fd4-a997-4c0f-b8d4-d1346f032894",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1d1fa198-bfa2-43d0-9d5a-05224f791dd2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "23ca3266-7a40-4eca-bb84-96961857f4e2",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08: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": "4774879e-191a-4f6e-a870-5f71653c9cf6",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "729216eb-cf6d-4d6d-b5f4-30b1aad5abbe",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08: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": "bc5daede-8fa0-4a01-b0c8-5fa3c3c65f7b",
"Asset": {
"AssetId": "3bd1c46c-3e51-4350-9044-7057c9438b93",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "87236771-6363-481f-8fba-b2842993f01a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d988d8e3-2cc7-4be2-8a3b-6d3eb153fc00",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "3240afaa-9636-4b24-8e3a-cee7edfc8799",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T01:26:41.0717352-08:00",
"MeasurementValueNeededDate": "2026-02-11T01:26:41.0717352-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "5a160825-5215-4a90-87f0-3b27f09079a8",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-11T01:26:41.0717352-08:00",
"MeasurementValueNeededDate": "2026-02-11T01:26:41.0717352-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a56cce7f-77cc-49d2-aa30-8753a5c19406",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "d6a0a652-1685-4896-89c1-da7361ae6eff",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "87236771-6363-481f-8fba-b2842993f01a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d988d8e3-2cc7-4be2-8a3b-6d3eb153fc00",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "707901e7-9821-4628-ac7e-24027f01abb9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "19623d76-79a0-4776-9a59-a785bb26ac35",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d7fe8230-ecd4-45ea-84fd-212e8f66f232",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08: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": "83b61cb7-5670-471c-b51a-94033a8f2ba3",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "40180441-9831-4461-948c-3c96943a94cb",
"CreateDate": "2026-02-11T01:26:41.0717352-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:41.0717352-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}