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": "bb8df38d-319d-4942-9b51-2274eb7f4baa",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "76d150ac-14bb-42fd-899e-438d4a9f048e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "438c429a-5a76-43c2-8917-f945d58474ac",
"CreateDate": "2026-06-13T17:43:51.7258456-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:43:51.7258456-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "70fd819f-70e1-48be-9fa7-7052a0a5a22c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "97a0a515-b5f8-43db-b08c-49d402e1455f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "00a02e89-67ab-4511-b99f-9010fac1547d",
"CreateDate": "2026-06-13T17:43:51.7258456-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-13T17:43:51.7258456-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": "a68e9a2d-38b9-4392-8723-1bd02bac3340",
"CreateDate": "2026-06-13T17:43:51.7258456-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:43:51.7258456-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": "20151fb1-b9d8-45eb-9998-44e6a5df77e2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9bc60811-3979-404b-b07a-763c37a781eb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "40e5bb96-1a51-48eb-b38d-f5752c1e3210",
"CreateDate": "2026-06-13T17:43:51.7258456-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:43:51.7258456-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "2af82aeb-bd5d-4694-9fbe-5a3d5bbb7533",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "12e4f67d-b9ca-4c33-bc7c-6648575934ff",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1ef5745e-3db0-4cc3-842e-bdea6d95c2ac",
"CreateDate": "2026-06-13T17:43:51.7258456-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-13T17:43:51.7258456-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": "3ea888fa-e0bf-4853-80b1-eaeeba6b6152",
"CreateDate": "2026-06-13T17:43:51.7258456-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:43:51.7258456-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}