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": "a3de445b-fd85-4253-909d-4715ef4da59b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1401a27a-2212-488b-afe3-3e0816d1589d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0ac3309f-ff58-4e4b-a81c-01c06758b8df",
"CreateDate": "2025-11-14T23:01:17.2890533-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-14T23:01:17.2890533-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d0c58bf4-b768-4216-ba25-9ec27cccb860",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "11011c90-cfb9-4258-bc04-3f2b8982eb3d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9cd16a6-2069-45d8-b159-e583d3390d6f",
"CreateDate": "2025-11-14T23:01:17.2890533-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-14T23:01:17.2890533-08: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": "5ecd728b-20ed-41eb-8b8c-95befd273e4c",
"CreateDate": "2025-11-14T23:01:17.2890533-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-14T23:01:17.2890533-08: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": "4a911e4d-97d0-47ac-b79a-16f3c8570d9f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e5bb0d57-d988-4098-b809-3328a41f8700",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "06d2e9ec-56eb-42b7-a01e-732183d25faa",
"CreateDate": "2025-11-14T23:01:17.2890533-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-14T23:01:17.2890533-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d8e46bf5-d245-4b41-9762-22454c824a60",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "cba930a6-d0c4-49a8-aca9-f603c73bb0b3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "11f6a714-9c54-4ad8-9936-e7590439be14",
"CreateDate": "2025-11-14T23:01:17.2890533-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-14T23:01:17.2890533-08: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": "b54d2213-e60f-4900-b053-3e59ffe55224",
"CreateDate": "2025-11-14T23:01:17.2890533-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-14T23:01:17.2890533-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}