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": "2fb91215-943b-4ead-9fcc-2c821a3a474c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b4495eb7-6649-40ae-825e-444a63183ca9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "53e39590-3527-4a24-8d33-765f961cfecd",
"CreateDate": "2026-09-22T03:29:55.2435602-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:55.2435602-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "731bde88-ec3a-47cd-b111-ac78d8087ed3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a4d11edd-06eb-405e-b0f1-bf444e35cc31",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "494544ae-2b4c-461b-8da2-145cf2de96ef",
"CreateDate": "2026-09-22T03:29:55.2435602-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:55.2435602-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "948ae2b1-0392-4a66-a19c-0d5139690d97",
"FieldId": "e1527c5d-cd39-4100-8191-b2406cbfeb2c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "948ae2b1-0392-4a66-a19c-0d5139690d97",
"FieldId": "e1527c5d-cd39-4100-8191-b2406cbfeb2c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "a1cda1f8-02b8-434e-8f0f-c3001cadc959",
"CreateDate": "2026-09-22T03:29:55.2435602-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:55.2435602-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": "e37b9c17-ac55-4712-b59e-ba246cf8d389",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "93579a88-4714-4a82-9c98-cdf134968ed7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "05026183-e99d-409a-b6ec-d62a1772e01b",
"CreateDate": "2026-09-22T03:29:55.2435602-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:55.2435602-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "b8345d36-59a9-47bd-8320-0222bc516a98",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "191d11ac-2910-4612-a852-9e1dc054b08c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8dfbea4b-82e6-4390-b23d-38ed7a7bc1f9",
"CreateDate": "2026-09-22T03:29:55.2435602-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-22T03:29:55.2435602-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "18f20e14-b225-4073-a8cd-70590aa8429f",
"FieldId": "7fbfce66-2a1d-4d8a-bf8c-0790c0d88ac4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "18f20e14-b225-4073-a8cd-70590aa8429f",
"FieldId": "7fbfce66-2a1d-4d8a-bf8c-0790c0d88ac4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "af3ade63-f45d-4786-951f-778562fe6c09",
"CreateDate": "2026-09-22T03:29:55.2435602-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-22T03:29:55.2435602-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}