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": "4fc65569-0d6e-405d-92ed-4878ddeed72b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "7ed61e9f-b6f2-41c9-896e-ff3792b4b81e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "005aace9-f835-43c4-9df8-d5085b0d6c2f",
"CreateDate": "2026-04-30T21:03:54.3217761-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T21:03:54.3217761-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "c5bc2eab-7a2a-477e-8a65-83def28ad988",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7dc8f460-cc9a-4f7e-9bfc-723a695da5ea",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "85f04fbc-6192-4def-a885-a7aea037eea8",
"CreateDate": "2026-04-30T21:03:54.3217761-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T21:03:54.3217761-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "055319ee-9dd0-45a9-b263-869bea41dfcc",
"FieldId": "983bff52-55f0-48c1-a2a1-0bdca9ef5838",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "055319ee-9dd0-45a9-b263-869bea41dfcc",
"FieldId": "983bff52-55f0-48c1-a2a1-0bdca9ef5838",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "dd28b7f9-a552-4a14-902f-e58e51de1783",
"CreateDate": "2026-04-30T21:03:54.3217761-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T21:03:54.3217761-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": "e6abf05e-3185-4a4b-980f-9f300c685586",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "307ad986-8ca9-45fb-9da3-f9352cd24456",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "db8f28e6-a0ac-49c8-bf8b-e900189951aa",
"CreateDate": "2026-04-30T21:03:54.3217761-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T21:03:54.3217761-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "4a428dbe-af07-4882-87a6-d97648a14b62",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "5fcacd6d-3af5-49b1-baf5-dfeb90c4f09c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "de247d5c-e678-42c6-b1b1-d53c93dc31c9",
"CreateDate": "2026-04-30T21:03:54.3217761-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T21:03:54.3217761-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9d7d5d65-7adb-4017-ac37-f9b00a1f61a7",
"FieldId": "2f32bc55-013e-4b27-9af5-266950d184ff",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9d7d5d65-7adb-4017-ac37-f9b00a1f61a7",
"FieldId": "2f32bc55-013e-4b27-9af5-266950d184ff",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "ef508e25-c868-4a72-a8a4-a274a71447a6",
"CreateDate": "2026-04-30T21:03:54.3217761-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T21:03:54.3217761-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}