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 string |
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": "a40270c6-8e26-429f-b74a-c6a5bec8b895",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bec8d4ed-87ce-4c90-b777-ce851ab432bd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "162a744c-9580-499e-9371-9474a18103db",
"CreateDate": "2026-08-23T08:28:24.8263394-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:24.8263394-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "daf67d1f-1cc1-4fd0-a38f-e016824e24ac",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7dc4f556-78f3-450e-aabb-5173115c45df",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "08b71f46-51e5-489a-8e4c-773ea6f20aac",
"CreateDate": "2026-08-23T08:28:24.8263394-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:24.8263394-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"SourceSystemId": "sample string 4",
"CompanyId": "18ff6df6-97e4-4cb6-86d5-d188baf7618f",
"CreateDate": "2026-08-23T08:28:24.8263394-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:24.8263394-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": "e7741729-df91-4276-b092-0be7cea8e3d9",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3fc06fe5-d404-4123-95da-4100b63c999d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5016e9ac-7b4f-4761-aff3-1bc4e944b4b4",
"CreateDate": "2026-08-23T08:28:24.8263394-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:24.8263394-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "fccaad3b-88a7-4ee3-8746-56ba20444027",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "da08847b-bb2b-45ff-acc8-9c74b0829106",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "159275cd-9cab-412a-a7ad-fc5319f24643",
"CreateDate": "2026-08-23T08:28:24.8263394-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:24.8263394-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"SourceSystemId": "sample string 4",
"CompanyId": "e2eac9bb-64eb-43bf-8f1c-4dc88fef9f18",
"CreateDate": "2026-08-23T08:28:24.8263394-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:24.8263394-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}