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": "5146785f-3da4-4355-8194-9d8ecc5e07c7",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "36c0e1b7-0610-4a5a-b79c-b3af8922009e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5c438a1e-39a1-484e-9c0e-484b70df71ab",
"CreateDate": "2026-01-16T13:20:51.1439609-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T13:20:51.1439609-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "cc716d5e-b861-428c-8f5f-71bbf6cfa655",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3d08db13-1b08-464d-a361-a0556fe47fdb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "47374c45-4c57-4b4a-a904-5239811d6b52",
"CreateDate": "2026-01-16T13:20:51.1439609-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T13:20:51.1439609-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "5f40dba8-7786-4f92-97ac-a1b3ef3d9170",
"FieldId": "6a148554-de2d-4248-b2b8-1f9d221bc55d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "5f40dba8-7786-4f92-97ac-a1b3ef3d9170",
"FieldId": "6a148554-de2d-4248-b2b8-1f9d221bc55d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "ca752c71-1045-4b5b-8607-52f12080ede0",
"CreateDate": "2026-01-16T13:20:51.1439609-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T13:20:51.1439609-08: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": "b713af8b-0b8d-4b6b-811f-ed6857044b51",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f2760d64-d94b-47df-9093-7628af5814a1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1c11185e-584c-4a02-af87-3272816f3515",
"CreateDate": "2026-01-16T13:20:51.1439609-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T13:20:51.1439609-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "4540f8f9-2d6a-45d9-8d1a-7158e92f0b9b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "95acbee3-da7f-4d0a-ac67-342b165cfc26",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "05c17ad2-e88c-406c-863c-a4e2e750c2b7",
"CreateDate": "2026-01-16T13:20:51.1439609-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T13:20:51.1439609-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "d70a4683-1dc8-40ed-b145-7835c360af13",
"FieldId": "c0010435-47e2-4cec-a8a4-761c2104e1c2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "d70a4683-1dc8-40ed-b145-7835c360af13",
"FieldId": "c0010435-47e2-4cec-a8a4-761c2104e1c2",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "34c06b45-93dd-4cc0-b2b7-f11e27b3bd12",
"CreateDate": "2026-01-16T13:20:51.1439609-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T13:20:51.1439609-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}