PUT PropertyTypes
Updates the given property type.
Request Information
URI Parameters
None.
Body Parameters
Property type to update
PropertyType| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| AssetType | AssetType |
None. |
|
| DataType | DataType |
None. |
|
| Unit | Unit |
None. |
|
| MinValue | decimal number |
None. |
|
| MaxValue | decimal number |
None. |
|
| MinLength | integer |
None. |
|
| MaxLength | integer |
None. |
|
| HasValidValues | boolean |
None. |
|
| ValidValues | Collection of ValidValue |
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:
{
"PropertyTypeId": "9a931a56-97c4-45e9-9449-04b4a2cb05ba",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f4a1e0a2-0ad7-4461-84fa-82d17d719c99",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "de7deb6c-acbe-49ba-ae98-016fee5deede",
"CreateDate": "2026-04-27T20:33:15.6557464-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:33:15.6557464-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9f067450-871a-4ece-9d80-48bed39f8e13",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "19a9597f-b197-4b10-929d-a633c4ebb5d1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a6101b15-6c74-47d4-b154-7c4d6cf3a37e",
"CreateDate": "2026-04-27T20:33:15.6557464-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T20:33:15.6557464-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b07993ae-1ee9-4fc5-a105-9144f1c531f1",
"FieldId": "fbf19e08-96b4-471d-9ec5-6bad98b80f13",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b07993ae-1ee9-4fc5-a105-9144f1c531f1",
"FieldId": "fbf19e08-96b4-471d-9ec5-6bad98b80f13",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "8c6552d5-8f8e-40d5-96c7-f942845e41ae",
"CreateDate": "2026-04-27T20:33:15.6557464-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:33:15.6557464-07:00",
"LastModifiedUser": "sample string 7"
}
Response Information
Resource Description
On success, the updated property type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PropertyType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PropertyTypeId": "63bf6fae-9b75-4be8-8ada-cdf14742bc71",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e4e24048-2205-41ef-823f-7efe3769fa88",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1d1756dc-c4e6-4924-8a61-05c6be5a9fce",
"CreateDate": "2026-04-27T20:33:15.6557464-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:33:15.6557464-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "ebd38ec1-0063-4599-99bf-c46d7ab86972",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6fa8cc6a-81e0-47d1-9c47-7aef70a57cde",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "790c595f-c40a-4c2c-a827-59d3fcea25ec",
"CreateDate": "2026-04-27T20:33:15.6557464-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T20:33:15.6557464-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f30eb4bc-2b4c-4daa-8348-fd04a225cfea",
"FieldId": "cd8fcf6e-75e9-422e-b291-44ed3371a193",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f30eb4bc-2b4c-4daa-8348-fd04a225cfea",
"FieldId": "cd8fcf6e-75e9-422e-b291-44ed3371a193",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "3aadc6c4-bd12-4cad-a308-d3fea3a71bd2",
"CreateDate": "2026-04-27T20:33:15.6557464-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T20:33:15.6557464-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}