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": "b19df360-061d-48cb-b21f-778e6cb5e076",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5d327149-8443-4cde-b539-365fa107a0bf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5cc7534d-dc9d-42a7-abd4-58dd58b75a7a",
"CreateDate": "2026-06-10T08:26:44.0571916-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T08:26:44.0571916-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "c00265bd-5414-4909-ad15-d59237a9c764",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e55e9ffb-62ea-4e93-ba9e-6832d45865a0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d411b43b-8f39-4278-a688-667f73974a7b",
"CreateDate": "2026-06-10T08:26:44.0571916-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-10T08:26:44.0571916-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e7cadc51-096f-4019-bd31-988bfc83f289",
"FieldId": "484e9b41-e98f-4a71-a10b-b9e271b74a89",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e7cadc51-096f-4019-bd31-988bfc83f289",
"FieldId": "484e9b41-e98f-4a71-a10b-b9e271b74a89",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "8b4777fd-8236-4557-8510-d58ce361a95d",
"CreateDate": "2026-06-10T08:26:44.0571916-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T08:26:44.0571916-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": "588173e1-2cb7-479b-8f5f-1118d88bad44",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6cabce48-ce3c-4139-97e9-ba2657c03cef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c1e7609a-ce05-4325-b10e-edd16ed129d7",
"CreateDate": "2026-06-10T08:26:44.0571916-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T08:26:44.0571916-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "1060af74-9af9-48dc-8400-1b83acb4b3a2",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "31d7d742-3c8b-4e6d-a400-2f9a9862e8e6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6c9d3088-0df3-4c79-857b-a98ad9c433df",
"CreateDate": "2026-06-10T08:26:44.0571916-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-10T08:26:44.0571916-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0655bd00-695f-4c87-bda0-e3835dd999e7",
"FieldId": "a2b15520-0578-473a-bcf4-005f6634f746",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0655bd00-695f-4c87-bda0-e3835dd999e7",
"FieldId": "a2b15520-0578-473a-bcf4-005f6634f746",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "7d108264-a3f4-4423-b5ba-519ba3344e8d",
"CreateDate": "2026-06-10T08:26:44.0571916-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T08:26:44.0571916-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}