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": "d06bab2b-723a-4c70-8395-855945944096",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e7b85ec7-1c87-4741-b670-6ae83132163e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e9bfe99a-3e3f-44a9-bcce-b43d9de01ebd",
"CreateDate": "2026-08-12T11:14:47.755032-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:14:47.755032-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "c90c66d3-b23d-4ade-8ab6-e1cabf758f30",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "989a6b77-242d-4267-b536-90b4a8ee85e0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6ae5f4fa-54e6-41e4-8fb3-11b463ef25fb",
"CreateDate": "2026-08-12T11:14:47.755032-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-12T11:14:47.755032-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a50c1e55-931c-4209-b17e-74fe8e7148ba",
"FieldId": "caed0b5e-60c5-4da7-9957-4fae1157e0e9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a50c1e55-931c-4209-b17e-74fe8e7148ba",
"FieldId": "caed0b5e-60c5-4da7-9957-4fae1157e0e9",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "b44e9ca0-5f42-4e81-b298-4df864cbcc13",
"CreateDate": "2026-08-12T11:14:47.755032-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:14:47.755032-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": "8ae8f6b4-59ef-4bab-8a3a-64af2e9ab3f7",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "22f5aed5-a5f6-4f1b-9df0-737ed9696d70",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "581f1c98-17ac-4602-883d-420a1b7c6962",
"CreateDate": "2026-08-12T11:14:47.755032-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:14:47.755032-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "205eac15-96e8-43b0-97c1-456bbfb498f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7cc22ddb-ba7a-4b60-b05c-e41f40339384",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "edc3be5e-4c25-4641-a387-c0dd83a78280",
"CreateDate": "2026-08-12T11:14:47.755032-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-12T11:14:47.755032-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "433746ca-c10e-4c09-aae4-62a4e82eec88",
"FieldId": "c4492676-bc88-4190-8e9a-d146ecb85c5e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "433746ca-c10e-4c09-aae4-62a4e82eec88",
"FieldId": "c4492676-bc88-4190-8e9a-d146ecb85c5e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "a2d83621-8171-4159-a4a2-b9c5cce2c9a9",
"CreateDate": "2026-08-12T11:14:47.755032-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:14:47.755032-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}