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": "8e6fdff5-8b4d-412e-99e9-82879af8b3f1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bd430d09-02aa-4da9-a4bc-07b0b04635f7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1a540bdf-837a-431e-82b0-0115e79870ba",
"CreateDate": "2026-03-30T10:21:28.4613835-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-30T10:21:28.4613835-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "1f4520d5-2f4c-4c9d-a0a0-4feb68f7a3aa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "936c7582-3420-4a5b-b4fc-fb47092ea4df",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b9c2a6fd-aa35-4f17-a7a4-3eb3a3311d91",
"CreateDate": "2026-03-30T10:21:28.4613835-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-30T10:21:28.4613835-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "5571bb3f-d480-4469-8296-528409fc75c1",
"FieldId": "e03804c6-9a1b-44d1-9f17-62f7113e927d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "5571bb3f-d480-4469-8296-528409fc75c1",
"FieldId": "e03804c6-9a1b-44d1-9f17-62f7113e927d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "71877589-2942-4589-8677-8810f1f77df4",
"CreateDate": "2026-03-30T10:21:28.4613835-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-30T10:21:28.4613835-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": "ba39e463-34cd-4720-b0ed-206e448a7b40",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d7a016cd-4b2a-4548-a594-e5d3d0e82a23",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d75435a0-eb9d-42f3-87c8-aa316a9e225f",
"CreateDate": "2026-03-30T10:21:28.4613835-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-30T10:21:28.4613835-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d4991004-44e5-4b6e-bcba-59d2c006acf5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e0cdf396-e1ae-40cc-b639-c87d28b1b993",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9c4682ef-5f45-4a60-854a-4288266be5b7",
"CreateDate": "2026-03-30T10:21:28.4613835-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-30T10:21:28.4613835-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a733a43f-5e61-413c-9219-a4af9735b0f9",
"FieldId": "d0fe0441-617f-4e70-9c9b-587418b81670",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a733a43f-5e61-413c-9219-a4af9735b0f9",
"FieldId": "d0fe0441-617f-4e70-9c9b-587418b81670",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "99a4230b-f962-4524-b146-d50b4e805a0a",
"CreateDate": "2026-03-30T10:21:28.4613835-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-30T10:21:28.4613835-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}