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": "0318b22a-98ed-476b-81c3-2ab51392904f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b57d9b1c-c837-43ac-a068-3c5f773d0475",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "698c793c-30ad-4a78-a728-475d13b152dd",
"CreateDate": "2026-09-02T00:31:54.1889386-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:54.1889386-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "0bd1fdef-e0ea-4184-bed1-72fa376c2a8a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4d2306b6-5ad2-4816-b337-4f8932aae2ef",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9d3eaa95-d3c6-425d-a17f-a29d44ad270c",
"CreateDate": "2026-09-02T00:31:54.1889386-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:31:54.1889386-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "94cee533-e646-44f4-859a-f4e0af5a1b25",
"FieldId": "fce30ad2-7ec5-4cdb-a208-531f537368ca",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "94cee533-e646-44f4-859a-f4e0af5a1b25",
"FieldId": "fce30ad2-7ec5-4cdb-a208-531f537368ca",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "9034cc3a-9856-4b7e-84d5-3745ca371f50",
"CreateDate": "2026-09-02T00:31:54.1889386-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:54.1889386-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": "431a9273-213b-42d2-889d-9d28aba1c775",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5297a37d-71cd-4e00-b4df-6405c617e8dd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d47df2c5-d0af-4eaf-a7f9-7d7e2ec1bf59",
"CreateDate": "2026-09-02T00:31:54.1889386-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:54.1889386-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "43e23eb4-816b-4235-8684-f62003051cdb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ddbab7dc-1817-4456-9404-8dc1b8a1465d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "82cb069c-f4b9-4333-a5ea-419a000df0f6",
"CreateDate": "2026-09-02T00:31:54.1889386-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:31:54.1889386-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ad91c3b7-403f-46b1-b818-76dc51450952",
"FieldId": "2bb73485-2b78-4968-958a-469986ed4e71",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ad91c3b7-403f-46b1-b818-76dc51450952",
"FieldId": "2bb73485-2b78-4968-958a-469986ed4e71",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "9c1ee9cc-2446-420d-bf19-c6efb1fc219b",
"CreateDate": "2026-09-02T00:31:54.1889386-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:54.1889386-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}