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": "bd8fd7bd-81ce-495b-9372-22837cd6f3bd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "97685509-2bd0-4ab3-a64f-2a1097e6d046",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "10a96d83-b41c-409d-93da-307b853f9103",
"CreateDate": "2026-06-28T09:39:37.9129167-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T09:39:37.9129167-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "05e2fdbd-9afc-45b2-ae84-628ec3751941",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "04affb2b-859d-43c0-94c3-dbd58bedbd4f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5b269356-ce29-4d9a-8553-d0a1ee1267c5",
"CreateDate": "2026-06-28T09:39:37.9129167-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-28T09:39:37.9129167-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": "d37501bc-cea6-4ed3-b72e-3268da52801e",
"CreateDate": "2026-06-28T09:39:37.9129167-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T09:39:37.9129167-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": "124de70b-eb6d-4a6f-931b-f7c09beb170f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6c021bdb-452c-496b-a73a-2f132b2af374",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ef970498-a00e-46ef-9504-67ea2179d8f3",
"CreateDate": "2026-06-28T09:39:37.9129167-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T09:39:37.9129167-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "a9485fd2-1a26-4c9d-9e92-591a24227fe5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "031d6957-4d16-48da-9200-d02a7d43bcc6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "bc4cddc8-d0ac-4e2d-b547-108181ee15f4",
"CreateDate": "2026-06-28T09:39:37.9129167-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-28T09:39:37.9129167-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": "c29bf0a7-1964-4826-b4c7-05be679a82ca",
"CreateDate": "2026-06-28T09:39:37.9129167-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T09:39:37.9129167-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}