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 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:
{
"PropertyTypeId": "2fd9c445-2638-4538-b67a-f7a531cfeb05",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "abbefb79-c220-405e-8efd-4aa59854f258",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "629eb879-4dae-4b41-a9cc-659924031692",
"CreateDate": "2026-05-24T13:17:19.7779165-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T13:17:19.7779165-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "082f2927-a03a-4d4e-9932-00debd2ad9d6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6a701405-bc31-46b0-83fe-de3d2d7ea871",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0e546416-97cc-439e-abeb-245255b05770",
"CreateDate": "2026-05-24T13:17:19.7779165-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T13:17:19.7779165-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": "1c481634-5df7-4eaa-b909-f96fbf6294ef",
"CreateDate": "2026-05-24T13:17:19.7779165-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T13:17:19.7779165-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": "965f83d4-3580-4937-a960-7bcb4394cb06",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6fcbfcb4-57c5-4676-a1fe-724d85af82e9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "58d65d11-ed7a-41cd-b6fe-146db08351d6",
"CreateDate": "2026-05-24T13:17:19.7779165-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T13:17:19.7779165-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "71bd0c37-322e-4e63-bcf1-6604a2424209",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "dd98509e-a502-44a1-895a-02c46fce5e34",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "36bbb9e8-63e8-4405-947e-ff0acd4e52d9",
"CreateDate": "2026-05-24T13:17:19.7779165-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T13:17:19.7779165-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": "4a40584b-d338-41d9-bf31-eb216eb9f951",
"CreateDate": "2026-05-24T13:17:19.7779165-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T13:17:19.7779165-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}