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": "392778e5-da67-41be-b322-c3076eacad7e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8979312a-7765-4a14-9e71-b76e78ce58f9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "69b91369-ef11-4439-bca9-2dce6c46e6be",
"CreateDate": "2026-03-13T13:46:43.5665107-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-13T13:46:43.5665107-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "fbbfa3cc-98b2-4dee-a196-0c118992e5ba",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a84e7aaf-709b-463a-a065-ada9c83e56ce",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f3d3c241-9121-4ebd-b36e-5eabaf7da945",
"CreateDate": "2026-03-13T13:46:43.5665107-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-13T13:46:43.5665107-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3c918830-5167-4613-8d8f-3409fb82543a",
"FieldId": "f23829f2-095e-452b-8db2-ccb16f81c714",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3c918830-5167-4613-8d8f-3409fb82543a",
"FieldId": "f23829f2-095e-452b-8db2-ccb16f81c714",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "4fd34312-61b3-4ede-9fb8-f03e1e6e1886",
"CreateDate": "2026-03-13T13:46:43.5665107-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-13T13:46:43.5665107-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": "e1534ed2-6f36-4c9a-944d-3da81f1817f9",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3226e37f-05ae-4e7c-87fc-9e9a9e20b8f4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fad172e9-6e00-403e-be4a-5c7842b8d35c",
"CreateDate": "2026-03-13T13:46:43.5665107-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-13T13:46:43.5665107-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "0beeb300-a70d-4418-af56-c8a9773a430a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b92160a7-d7be-4676-a7e7-dd21a7184fad",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "833f5390-edea-41ec-af9f-b2247aaf7082",
"CreateDate": "2026-03-13T13:46:43.5665107-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-13T13:46:43.5665107-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "38fa84f7-6b8d-4d1b-9ee1-d26e305d3e94",
"FieldId": "de772e15-65d4-48ae-bb6f-66edf4390e86",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "38fa84f7-6b8d-4d1b-9ee1-d26e305d3e94",
"FieldId": "de772e15-65d4-48ae-bb6f-66edf4390e86",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "c6614b06-aca2-494b-bc77-59c1cd8e8c85",
"CreateDate": "2026-03-13T13:46:43.5665107-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-13T13:46:43.5665107-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}